home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Development Tools & Languages / Macintosh Common Lisp Related / AI FAQ 13Sept94 / 5. FTP resources < prev    next >
Encoding:
Internet Message Format  |  1994-09-15  |  87.3 KB  |  [TEXT/ttxt]

  1. Subject: FAQ: Artificial Intelligence FTP Resources 5/6 [Monthly posting]
  2. Newsgroups: comp.ai,news.answers,comp.answers
  3. Summary: FTP Resources for AI
  4. Distribution: world
  5. Followup-To: poster
  6. Reply-To: mkant+ai-faq@cs.cmu.edu
  7. Organization: School of Computer Science, Carnegie Mellon University
  8. Approved: news-answers-request@MIT.Edu
  9.  
  10. Archive-name: ai-faq/general/part5
  11. Last-Modified: Wed Sep 14 16:35:43 1994 by Mark Kantrowitz
  12. Version: 1.23
  13. Maintainer: Mark Kantrowitz <mkant+ai-faq@cs.cmu.edu>
  14. URL: http://www.cs.cmu.edu:8001/Web/Groups/AI/html/faqs/ai/ai_general/top.html
  15. Size: 89406 bytes, 1744 lines
  16.  
  17. ;;; ****************************************************************
  18. ;;; Answers to Questions about Artificial Intelligence *************
  19. ;;; ****************************************************************
  20. ;;; Written by Mark Kantrowitz
  21. ;;; ai_5.faq 
  22.  
  23. If you think of questions that are appropriate for this FAQ, or would
  24. like to improve an answer, please send email to mkant+ai-faq@cs.cmu.edu.
  25.  
  26. Please note that the FTP Resources are now split across parts 5 and 6
  27. of the AI FAQ.
  28.  
  29. Part 5 (FTP Resources):
  30.   [5-0]  General Information about FTP Resources for AI
  31.   [5-1]  FTP Repositories
  32.   [5-2a] FTP and Other Resources: Agents -- Planning
  33.   [5-2b] FTP and Other Resources: Qualitative Reasoning -- Theorem Proving
  34.  
  35. Note: Question [5-2] is split across parts 5 and 6.
  36.  
  37. Search for [#] to get to question number # quickly.
  38.  
  39. ----------------------------------------------------------------
  40. Subject: [5-0] General Information about FTP Resources for AI
  41.  
  42. Remember, when ftping compressed or compacted files (.Z, .gz, .arc, .fit,
  43. etc.) to use binary mode for retrieving the files.
  44.  
  45. Files that end with a .gz suffix were compressed with the patent-free
  46. gzip (no relation to zip). Source for gzip is available from
  47.    prep.ai.mit.edu:/pub/gnu/
  48. as the files gzip-1.2.3.shar, gzip-1.2.3.tar,or gzip-1.2.3.msdos.exe.
  49.  
  50. If you do not have ftp access, you can FTP files by E-mail. Send a
  51. message with the word "help" in the body to ftpmail@decwrl.dec.com.
  52.  
  53. In general, see the Lisp FAQ for Lisp-related software and the Prolog
  54. Resource Guide and the Prolog FAQ for Prolog-related software. If a
  55. Lisp-based or Prolog-based system is listed here, only the ftp site
  56. and directory will be listed; for a more detailed description, see the
  57. Lisp FAQ and the Prolog Resource Guide. For information on obtaining
  58. the Lisp FAQ or the Prolog Resource Guide see [1-0].
  59.  
  60. When referring to software, "alpha" indicates an internal early
  61. release, "beta" indicates an external early release, and "omega"
  62. indicates an external "finished" release. Generally an "alpha" release
  63. means the creator hasn't yet tested for bugs.
  64.  
  65. ----------------------------------------------------------------
  66. Subject: [5-1] FTP Repositories
  67.  
  68. CMU AI Repository:
  69.  
  70.    The CMU Artificial Intelligence Repository was established by
  71.    Carnegie Mellon University to contain public domain and freely
  72.    distributable software, publications, and other materials of
  73.    interest to AI researchers, educators, students, and practitioners. 
  74.    The AI Repository currently contains more than a gigabyte of
  75.    material and is growing steadily. 
  76.  
  77.    The AI Repository is accessible for free by anonymous FTP, AFS, and
  78.    WWW. A selection of materials from the AI Repository is also being
  79.    published on CD-ROM by Prime Time Freeware and is available for
  80.    purchase by mail or fax (see [6-5] for more information).
  81.  
  82.    The AI Repository is accessible by anonymous FTP from
  83.       ftp.cs.cmu.edu:/user/ai/            [128.2.206.173]
  84.    by AFS (Andrew File System) from
  85.       /afs/cs.cmu.edu/project/ai-repository/ai/
  86.    and by WWW from the URL   
  87.       http://www.cs.cmu.edu:8001/Web/Groups/AI/html/repository.html
  88.    Be sure to read the files 0.doc and readme.txt in this directory.
  89.  
  90.    The AI Repository is still under construction, but to date, the
  91.    AI Programming Languages and the AI Software Packages sections
  92.    are "complete". These can be accessed in the lang/ and areas/
  93.    subdirectories of the AI Repository. Compression and archiving
  94.    utilities may be found in the util/ subdirectory.  Other directories,
  95.    which are in varying states of completion, are events/ (Calendar of
  96.    Events, Conference Calls) and pubs/ (Publications, including technical
  97.    reports, books, mail/news archives).
  98.  
  99.    The AI Programming Languages section of the repository includes
  100.    directories for Common Lisp, Prolog, Scheme, Smalltalk, and
  101.    other AI-related programming languages. 
  102.  
  103.    The AI Software Packages section of the repository includes
  104.    subdirectories for:
  105.  
  106.       agents/      Intelligent Agent Architectures 
  107.       alife/       Artificial Life and Complex Adaptive Systems
  108.       anneal/      Simulated Annealing
  109.       blackbrd/    Blackboard Architectures
  110.       bookcode/    Code From AI Textbooks
  111.       ca/          Cellular Automata
  112.       classics/    Classical AI Programs
  113.       constrnt/    Constraint Processing
  114.       dai/         Distributed AI
  115.       discover/    Discovery and Data-Mining
  116.       doc/         Documentation
  117.       edu/         Educational Tools
  118.       expert/      Expert Systems/Production Systems
  119.       faq/         Frequently Asked Questions
  120.       fuzzy/       Fuzzy Logic
  121.       games/       Game Playing
  122.       genetic/     Genetic Algorithms, Genetic Programming, 
  123.            Evolutionary Programming 
  124.       icot/        ICOT Free Software
  125.       kr/          Knowledge Representation, Semantic Nets, Frames, ...
  126.       learning/    Machine Learning
  127.       misc/        Miscellaneous AI
  128.       music/       Music
  129.       neural/      Neural Networks, Connectionist Systems, Neural Systems
  130.       nlp/         Natural Language Processing (Natural Language
  131.            Understanding, Natural Language Generation, Parsing,
  132.            Morphology, Machine Translation)
  133.       planning/    Planning, Plan Recognition
  134.       reasonng/    Reasoning (Analogical Reasoning, Case Based Reasoning,
  135.            Defeasible Reasoning, Legal Reasoning, Medical Reasoning, 
  136.            Probabilistic Reasoning, Qualitative Reasoning,
  137.            Temporal Reasoning, Theorem Proving/Automated Reasoning,
  138.            Truth Maintenance) 
  139.       robotics/    Robotics
  140.       search/      Search
  141.       speech/      Speech Recognition and Synthesis
  142.       testbeds/    Planning/Agent Testbeds
  143.       vision/      Computer Vision
  144.  
  145.    The repository has standardized on using 'tar' for producing
  146.    archives of files and 'gzip' for compression.
  147.  
  148.    To search the keyword index by mail, send a message to:
  149.       ai+query@cs.cmu.edu
  150.    with one or more lines containing calls to the keys command, such as:
  151.       keys lisp iteration
  152.    in the message body.  Keywords may be regular expressions and are
  153.    compared with the index in a case-insensitive conjunctive fashion.  
  154.    You'll get a response by return mail. Do not include anything else in 
  155.    the Subject line of the message or in the message body.  For help on
  156.    the query mail server, include: 
  157.       help
  158.    instead. 
  159.  
  160.    A Mosaic interface to the keyword searching program is accessible
  161.    through the URL
  162.       http://www.cs.cmu.edu:8001/Web/Groups/AI/html/keys/keysform.html
  163.  
  164.    We plan on making the source code (including indexes) to
  165.    this keyword searching program available, as soon as it is stable.
  166.  
  167.    We hope to eventually have a fully automated calendar of events,
  168.    an expanded AI Publications directory, mailing list and newsgroup
  169.    archives, and much much more. 
  170.  
  171.    Contributions of software and other materials are always welcome but
  172.    must be accompanied by an unambiguous copyright statement that grants
  173.    permission for free use, copying, and distribution -- either a
  174.    declaration by the author that the materials are in the public domain,
  175.    that the materials are subject to the GNU General Public License (cite
  176.    version), or that the materials are subject to copyright, but the
  177.    copyright holder grants permission for free use, copying, and
  178.    distribution. (We will tell you if the copying permissions are too
  179.    restrictive for us to include the materials in the repository.)
  180.    Inclusion of materials in the repository does not modify their
  181.    copyright status in any way. Materials may be placed in:
  182.       ftp.cs.cmu.edu:/user/ai/new/
  183.    When you put anything in this directory, please send mail to
  184.       ai+contrib@cs.cmu.edu
  185.    giving us permission to distribute the files, and state whether
  186.    this permission is just for the AI Repository, or also includes
  187.    publication on the CD-ROM version (Prime Time Freeware for AI).
  188.    We would also appreciate if you would include a 0.doc file for your
  189.    package; see /user/ai/new/package.doc for a template. (If you don't
  190.    have the time to write your own, we can write it for you based on
  191.    the information in your package.)
  192.  
  193.    For more information on the CMU AI Repository, please send mail to
  194.    Mark Kantrowitz <AI.Repository@cs.cmu.edu>. 
  195.  
  196.    Known mirrors:
  197.      + Lisp Section 
  198.           ftp.sunet.se:/pub/lang/lisp/
  199.  
  200. Ada Repository:
  201.  
  202.    The Ada Repository on wsmr-simtel20.army.mil (mailing list
  203.    ada-sw@wsmr-simtel20.army.mil) contains a directory of AI programs in
  204.    PD2:<ADA.AI>*.*. A somewhat easier to access copy of the archives is
  205.    available as wuarchive.wustl.edu:/mirrors/ada/ai/.
  206.  
  207. UCLA Artificial Life Depository:
  208.  
  209.    ftp.cognet.ucla.edu:/pub/alife/ [128.97.8.19]
  210.  
  211.    Repository of papers, articles, tech reports, software and other items of
  212.    interest to Artificial Life researchers. It includes an archive of
  213.    past postings to the alife mailing list, alife@cognet.ucla.edu (send
  214.    mail to alife-request@cognet.ucla.edu to be added to the list).
  215.  
  216. Artificial Life Online and the Artificial Life BBS:
  217.  
  218.    Sponsored by MIT Press and the Santa Fe Institute, Artificial Life
  219.    Online and the Artificial Life BBS is intended to be a central
  220.    information collection and distribution site on the Internet for any
  221.    and all aspects of the Artificial Life endeavor.
  222.  
  223.    A special feature of the BBS is a collection of 40 or so local
  224.    newsgroups dedicated to a wide variety of topics in Artificial Life.
  225.  
  226.    Artificial Life Online is accessible by anonymous ftp from
  227.       alife.santafe.edu:/pub/ [192.12.12.99]
  228.    by World-Wide Web from
  229.       http://alife.santafe.edu/
  230.    and by Gopher from
  231.       gopher://alife.santafe.edu:70/
  232.  
  233.    To access the Alife Online BBS (ALBBS) by telnet, telnet to
  234.    alife.santafe.edu and login as "bbs". You will find yourself in a
  235.    specially constructed UNIX shell within which either BBS menu commands
  236.    or UNIX commands can be used to browse around in the system. Run the
  237.    "account" program to set up a local account. These accounts will
  238.    initially be provided free of charge, but they will eventually have to
  239.    charge a nominal fee in order to cover operating expenses (on the
  240.    order of $15-$25 per year). Subscribers to the Artificial Life Journal
  241.    from MIT Press will have this fee waived. Once you have an account on
  242.    alife.santafe.edu, you can telnet to alife.santafe.edu and login as
  243.    yourself. You do not have to create an account to use the ALBBS via
  244.    telnet -- you can simply login as "bbs" and browse through the system
  245.    using the BBS commands.
  246.  
  247.    Please send suggestions and questions about the Alife Online/BBS
  248.    system to feedback@alife.santafe.edu.
  249.  
  250. Artificial Life:
  251.    life.anu.edu.au:/pub/complex_systems/alife/
  252.  
  253. Computational Linguistics Paper Archive:
  254.  
  255.    Papers related to computation and language (computational linguistics, 
  256.    natural language processing, speech processing, and related fields) 
  257.    may be submitted to and obtained from the CMP-LG email server, which
  258.    also maintains a subscription list for automatic daily notification of
  259.    newly submitted papers. For information about the server, send mail to
  260.       cmp-lg@xxx.lanl.gov
  261.    with Subject line
  262.       help
  263.    or access the WWW URL 
  264.       http://xxx.lanl.gov/cmp-lg/
  265.    The papers are also accessible by anonymous ftp to
  266.       xxx.lanl.gov:/cmp-lg/listings/
  267.       xxx.lanl.gov:/cmp-lg/papers/
  268.    For more information, send mail to Stuart Shieber <shieber@das.harvard.edu>.
  269.  
  270. Consortium for Lexical Research:
  271.    clr.nmsu.edu:/CLR/ [128.123.1.12]
  272.  
  273.    Archive containing a variety of programs and data files related to
  274.    natural language processing research, with a particular focus on
  275.    lexical research. The file 00README.clr.site is a good place to start.
  276.    See the file catalog or catalog.ps for a listing of the contents of
  277.    the archive. Long descriptions are in the info/ subdirectory.
  278.    Materials for paid-up members of the Consortium are in the
  279.    members-only/ subdirectory. Public materials include the Alvey Natural
  280.    Language Tools, Sowa's Conceptual Graph parser implemented in YACC by
  281.    Maurice Pagnucco, a morphological parsing lexicon of English, a
  282.    phonological rule compiler for PC-KIMMO, C source code for the NIST
  283.    SGML parser, PC-KIMMO sources, the 1911 Roget Thesaurus, and a variety
  284.    of word lists (including English, Dutch, and male/female/last names).
  285.    Comments and questions may be directed to lexical@nmsu.edu.
  286.  
  287.    There are also some materials in clr.nmsu.edu:/pub/ unrelated to
  288.    the archive.   
  289.  
  290. FJ Repository:
  291.  
  292.    The FJ Repository contains freeware from Japan (FJ = "From Japan"). 
  293.    The fj.sources subdirectory is a good place to look for free
  294.    software from Japan. Some files in the repository may contain
  295.    Kana and Kanji characters. The repository is available by
  296.    anonymous ftp from 
  297.       utsun.s.u-tokyo.ac.jp:/fj/fj.sources [133.11.11.11]
  298.    The file Index contains an index of all the files in each volume.
  299.    Files of particular interest include:
  300.       v07/786:  Portable Prolog for Common Lisp
  301.       v25/2577: General-Purpose Fuzzy Inference Library Ver. 3.0 (1/1)
  302.  
  303. Fuzzy Logic Repositories:
  304.  
  305.    ntia.its.bldrdoc.gov:/pub/fuzzy/ [132.163.64.201] contains information
  306.    concerning fuzzy logic, including bibliographies (bib/), product 
  307.    descriptions and demo versions (com/), machine readable published
  308.    papers (lit/), miscellaneous information, documents and reports (txt/), 
  309.    and programs, code and compilers (prog/). You may download new items 
  310.    into the new/ subdirectory. If you deposit anything in new/, please 
  311.    inform fuzzy@its.bldrdoc.gov. The repository is maintained by 
  312.    Timothy Butler, tim@its.bldrdoc.gov. The Fuzzy Logic Repository is also 
  313.    accessible through a mail server, rnalib@its.bldrdoc.gov. For help on 
  314.    using the server, send mail to the server with the following line in 
  315.    the body of the message:
  316.      @@ help
  317.    Other commands available include index, list, find, send, and credits.
  318.  
  319.    Ostfold Regional College in Norway recently started a ftp site
  320.    for material related to fuzzy logic, ftp.dhhalden.no:/pub/Fuzzy/ 
  321.    [158.36.33.11]. Material to be included in the archive (e.g., 
  322.    papers and code) may be placed in the upload/ directory. Now holds the 
  323.    files from Togai's mail-server, and other files from Timothy Butler's 
  324.    site ntia.its.bldrdoc.gov. It also includes some demo programs. Send
  325.    email to Asgeir Osterhus, <asgeiro@dhhalden.no>.
  326.  
  327.    Togai InfraLogic, Inc. (TIL) also runs a fuzzy logic email server
  328.    which contains demo versions of some of their software, fuzzy logic
  329.    bibliographies, conference announcements, a short introduction to
  330.    fuzzy logic, copies of the company newsletter, archives of
  331.    comp.ai.fuzzy, and so on. See the entry in the answer to question
  332.    [1-7] for more information on the company. To get started with the
  333.    fuzzy logic email server, send a message with NO SUBJECT LINE to
  334.    fuzzy-server@til.com, containing just the word "help" in the message
  335.    body.  The server will reply with a set of instructions.     Please
  336.    address any comments, questions or requests to either erik@til.com or
  337.    tanaka@til.com. Most of the contents of the TIL server is mirrored at
  338.    Tim Butler's fuzzy logic ftp repository at ntia.its.bldrdoc.gov and at
  339.    Ostfold ftp repository at ftp.dhhalden.no.  For more information,
  340.    write to Togai InfraLogic, Inc., 5 Vanderbilt, Irvine, CA 92718 or
  341.    call 714-975-8522.
  342.  
  343.    The Aptronix FuzzyNet files are available through an email
  344.    server. Send email to fuzzynet@aptronix.com with "help"
  345.    in the message body to get instructions on how to retrieve files.
  346.    "catalog" or "index" will get you a listing of available files.
  347.    (You can also connect to the FuzzyNet repository by modem to Aptronix
  348.    FuzzyNet 408-428-1883 N/8/1 1200-19,200 baud.) Files on the server
  349.    include descriptions of fuzzy logic applications (e.g., washing
  350.    machines, camera focusing, air conditioning), introductory materials,
  351.    Fide related information, archives of comp.ai.fuzzy, etc.     If you'd
  352.    like to have a file included in the FuzzyNet server (e.g., moderate
  353.    length technical reports), send email to Scott Irwin
  354.    <irwin@aptronix.com>.
  355.  
  356. Genetic Algorithms:
  357.  
  358.    The Genetic Algorithms Repository is accessible by anonymous ftp as
  359.       ftp.aic.nrl.navy.mil:/pub/galist/
  360.    It includes past copies of the genetic algorithms digest in 
  361.       ftp.aic.nrl.navy.mil:/pub/galist/digests/
  362.    some information files in
  363.       ftp.aic.nrl.navy.mil:/pub/galist/info/
  364.    and some software in 
  365.       ftp.aic.nrl.navy.mil:/pub/galist/src/
  366.  
  367.    The information files includes Nici Schraudolph's survey of free and
  368.    commercial GA software (send email to <schraudo@cs.ucsd.edu> to add to
  369.    the list).
  370.  
  371.    The software includes GAC (a simple GA written in C), GAL (a simple GA
  372.    written in Common Lisp), GAucsd, GECO (a Common Lisp toolbox for
  373.    constructing genetic algorithms), GENESIS, GENOCOP, Paragenesis (a
  374.    parallel version of GENESIS that runs on the CM-200), SGA-C (a C
  375.    implementation/extension of Goldberg's SGA system).
  376.  
  377. Genetic Programming:
  378.  
  379.    The Genetic Programming Repository is located at
  380.    ftp.cc.utexas.edu:/pub/genetic-programming/ [128.83.186.13]. It
  381.    contains the archives of the genetic programming mailing list
  382.    (including the GP FAQ posting), papers and source code. The source
  383.    code includes the GP implementation from Koza's book and some related
  384.    systems. Some of the GP packages available include GPQUICK,
  385.    Gepetto, GPCplus, and SGPC.
  386.  
  387. UC/Irvine (UCI) AI/Machine Learning Repository:
  388.  
  389.    ftp.ics.uci.edu has a variety of AI-related materials, with a special
  390.    focus on machine learning. For example,
  391.       ftp.ics.uci.edu:/pub/machine-learning-databases/
  392.    contains over 80 benchmark data sets for classifier systems (30mb).
  393.  
  394.    Files may also be retrieved by email using the archive server
  395.    archive-server@ics.uci.edu. Commands to the server should be given
  396.    in the message body. Some commands are:
  397.         help
  398.         send <archive> <file>
  399.         find <archive> <string>
  400.    The help command replies with a useful help message.
  401.  
  402.    Site Librarian: Patrick M. Murphy (ml-repository@ics.uci.edu)
  403.    Off-Site Assistant: David W. Aha (aha@cs.jhu.edu)
  404.  
  405. Machine Learning:
  406.  
  407.    Various programs (e.g., ID3) and publications related to machine
  408.    learning are available by anonymous ftp from the machine
  409.    learning group (under Raymond Mooney) at UT-Austin, at
  410.       cs.utexas.edu:/pub/mooney/  
  411.    Subdirectories include 
  412.       ml-course information and homeworks from a graduate course
  413.                      in machine learning taught by Dr. Mooney. Homeworks
  414.                      include "miniatures" of various machine learning
  415.                      systems written in Common Lisp.
  416.       ml-code   Common Lisp code corresponding to the assignments
  417.                      for the course in the ml-course directory.
  418.       ml-progs  More "research-level" versions of inductive
  419.                      classification algorithms and software for automated
  420.                      experiments that generation learning curves that
  421.                      compare several systems. 
  422.       papers            Publications producted by the machine learning
  423.                      research group.
  424.  
  425. Machine Learning Algorithms Implemented in Prolog:
  426.  
  427.    In 1988 the Special Interest Group on Machine Learning of the German
  428.    Society for Computer Science (GI e.V.) decided to establish a library
  429.    of PROLOG implementations of Machine Learning algorithms. The library
  430.    includes - amongst others - PROLOG implementations of Winston's arch, 
  431.    Becker's AQ-PROLOG, Fisher's COBWEB, Brazdil's generation of 
  432.    discriminations from derivation trees, Quinlan's ID3, FOIL, IDT,
  433.    substitution matching, explanation based generalization, inverse 
  434.    resolution, and Mitchell's version spaces algorithm. 
  435.    All algorithms are written in Edinburgh Prolog syntax. Most of the
  436.    algorithms are copyleft under the GNU General Public License. 
  437.    The programs are currently available via anonymous ftp-server from
  438.    the GMD: 
  439.  
  440.         ftp.gmd.de:/gmd/mlt/ML-Program-Library/ [129.26.8.84]
  441.  
  442.    They are also available by surface mail from Thomas Hoppe, 
  443.    Projektgruppe KIT, Technische Universitaet Berlin, Franklinstr. 28/29,
  444.    10629 Berlin, Germany. Files will be distributed via MS-DOS formated
  445.    3.5 inch floppy (double, high and extra-high density),  which should
  446.    be included with your request. You can also get them by sending an email
  447.    message to Thomas Hoppe (see below).
  448.  
  449.    Send additional PROLOG implementations of Machine Learning
  450.    Algorithms, complaints about them and detected bugs or problems
  451.    to Thomas Hoppe, <hoppet@cs.tu-berlin.de>. Send suggestions and
  452.    complaints about the ftp library to Werner Emde, Gesellschaft
  453.    fuer Mathematik und Datenverarbeitung, Bonn, <emde@gmd.de>. 
  454.  
  455.    The directory ftp.gmd.de:/MachineLearning/ contains additional
  456.    machine learning publications, data, and software, primarily related
  457.    to the European ESPRIT projects Machine Learning Toolbox (MLT) and
  458.    Inductive Logic Programming (ILP), the European Network of Excellence
  459.    in Machine Learning (MLnet) and the Inductive Logic Programming
  460.    Pan-European Scientific Network (ILPnet). It includes the source code
  461.    of Stephen Muggleton's and Cao Feng's GOLEM learning system (in
  462.    /MachineLearning/ILP/public/software/golem) and a BibTex file with
  463.    around 325 entries of articles related to ILP (in
  464.    /MachineLearning/ILP/public/bib). For more information, send mail to
  465.    Marcus Luebbe <ml-archive@gmd.de>.
  466.  
  467. CMU Simulator Collection:
  468.  
  469.    The CMU Simulator Collection is available by anonymous ftp from 
  470.    ftp.cs.cmu.edu [128.2.206.173] in the directory
  471.       /afs/cs.cmu.edu/project/connect/code/
  472.    The collection includes Lisp and C implementations of Scott
  473.    Fahlman's Cascade Correlation algorithm, Scott Fahlman's
  474.    Quickprop variation on the back-propagation algorithm, and Scott
  475.    Fahlman's Recurrent Cascade-Correlation simulator. The collection also
  476.    includes Aspririn/Migraines and Tesauro. The neural network benchmark
  477.    collection is available in 
  478.       /afs/cs.cmu.edu/project/connect/bench/
  479.    The data sets include the NETtalk data, a vowel recognition
  480.    task, and several others.
  481.    The archives of the connectionists mailing list are kept in
  482.       /afs/cs.cmu.edu/project/connect/connect-archives/
  483.    along with a Lisp implementation of a backprop simulator. For more
  484.    information, write to neural-bench@cs.cmu.edu.
  485.  
  486. Funic Neural FTP Archive Site:
  487.  
  488.    The Finnish University maintains an archive site containing a large
  489.    collection of neural network papers and public domain software
  490.    gathered from FTP sites in the US. The files are available by
  491.    anonymous ftp from funic.funet.fi:/pub/sci/neural/ [128.214.6.100].
  492.    (Also know as ftp.funet.fi, nic.funet.fi.)  See the file 01README for
  493.    details. A list of mirrored ftp sites is in 04Neural_FTP_Sites.  For
  494.    further information, contact neural-adm@funic.funet.fi or Marko
  495.    Gronroos <magi@funic.funet.fi> (or <magi@utu.fi>).
  496.  
  497. OSU Neuroprose:
  498.    archive.cis.ohio-state.edu:/pub/neuroprose/   [128.146.8.52]
  499.  
  500.    This directory contains technical reports as a public service to the
  501.    connectionist and neural network scientific community which has an
  502.    organized mailing list (for info: connectionists-request@cs.cmu.edu)
  503.  
  504. UKaiserslautern Neural/Fuzzy Repository:
  505.  
  506.    The University of Kaiserslautern has set up a ftp server for reports
  507.    and software related to its neural networks and fuzzy logic projects,
  508.    including the MOBOT, SPIN, and ALBATROSS projects.  Programs currently
  509.    available include Joerg Bruske's neural fuzzy decision system
  510.    SPIN-NFDS and Herman Keuchel's unsupervised clustering system.  Most
  511.    of the ready-to-run programs were written for the Apple Macintosh.
  512.    Sources for the "kernel" of the programs are available by ftp, written
  513.    in Pascal.  The user-interface code is also available upon request.
  514.    Some of the documentation is in German.  The papers and software are
  515.    available from 
  516.       ag_vp_file_server.informatik.uni-kl.de:/Neural_Networks/Reports/ 
  517.       ag_vp_file_server.informatik.uni-kl.de:/Neural_Networks/Software/ 
  518.    Some papers and software are also available from 
  519.       ftp.uni-kl.de:/reports_uni-kl/computer_science/mobile_robots/
  520.    For more information, contact Uwe R. Zimmer <uzimmer@informatik.uni-kl.de>. 
  521.  
  522. NL Software Registry:
  523.  
  524.    The Natural Language Software Registry is a catalogue of software
  525.    implementing core natural language processing techniques, whether
  526.    available on a commercial or noncommercial basis. Some of the topics
  527.    listed include speech signal processing, morphological analysis,
  528.    parsers, natural language generation systems, and knowledge
  529.    representation systems. The second edition of the catalog contains
  530.    more than 100 descriptions of natural language processing software.
  531.    The catalogue is available from the German Research Institute for
  532.    Artificial Intelligence (DFKI) in Saarbruecken (Germany) by anonymous
  533.    ftp to 
  534.       ftp.dfki.uni-sb.de:/pub/registry/
  535.       crlftp.nmsu.edu:/pub/non-lexical/NL_Software_Registry/
  536.       dri.cornell.edu:/pub/NLSR/
  537.       svr-ftp.eng.cam.ac.uk:/pub/comp.speech/info/
  538.    www to
  539.       http://cl-www.dfki.uni-sb.de/cl/registry/draft.html
  540.    email to registry@dfki.uni-sb.de, or physical mail to NL Software
  541.    Registry, Deutsches Forschungszentrum fuer Kuenstliche Intelligenz,
  542.    Stuhlsatzenhausweg 3, D-W-6600 Saarbruecken, Germany, or by telephone
  543.    to +49 (681) 303-5282.  Copies are also available from
  544.       crlftp.nmsu.edu:/pub/non-lexical/NL_Software_Registry
  545.       dri.cornell.edu:/pub/NLSR 
  546.    If you'd like to include your NLP software in the registry, return
  547.    the questionnaire which is available from the ftp sites.
  548.  
  549. Essex ROBOTS Archive:
  550.    Contains robotics related information.
  551.  
  552.    ftp.essex.ac.uk:/pub/robots/
  553.    http://www.essex.ac.uk
  554.  
  555. Miscellaneous AI:
  556.  
  557.    Some miscellaneous AI programs may be found on ftp.uu.net:/pub/ai/
  558.    Most are mirrors of programs available at other sites.
  559.  
  560.    AI_ATTIC is an anonymous ftp collection of classic AI programs and
  561.    other information maintained by the University of Texas at Austin.  It
  562.    includes Parry, Adventure, Shrdlu, Doctor, Eliza, Animals, Trek, Zork,
  563.    Babbler, Jive, and some AI-related programming languages.     This
  564.    archive is available by anonymous ftp from ftp.cc.utexas.edu
  565.    (bongo.cc.utexas.edu, 128.83.186.13) in the directory /pub/AI_ATTIC.
  566.    For more information, contact atticmaster@bongo.cc.utexas.edu.
  567.  
  568.    The QWERTZ toolbox, a library of Standard ML modules with an emphasis
  569.    on symbolic Artificial Intelligence programming, (including
  570.    implementations of heuristic search and an ATMS reason maintenance
  571.    system) may be obtained by anonymous ftp from
  572.       ftp.gmd.de:/gmd/ai-research/Software/qwertz.tar.gz
  573.    For more information, write to Tom Gordon <thomas.gordon@gmd.de>.
  574.  
  575. ----------------------------------------------------------------
  576. Subject: [5-2a] FTP and Other Resources: Agents -- Planning
  577.  
  578. In addition to programs available free by anonymous ftp, we've
  579. included some programs which are available by contacting the authors,
  580. and some programs which charge a nominal fee.
  581.  
  582. Agent Modelling:
  583.  
  584.    ANIMALS is a simulation system written by Toby Tyrrell,
  585.    <toby@castle.ed.ac.uk>, for his PhD thesis.  The thesis examines the
  586.    problem of action selection when dealing with realistic, animal-like
  587.    situations: how to choose, at each moment in time, the most
  588.    appropriate out of a repertoire of possible actions.  It includes a
  589.    description is given of a simulated environment which is an extensive
  590.    and detailed simulation of the problem of action selection for
  591.    animals.  This simulated environment is used to investigate the
  592.    adequacy of several theories of action selection (from both ethology
  593.    and artificial intelligence) such as the drive model, Lorenz's
  594.    psycho-hydraulic model and Maes' spreading activation network, and
  595.    outlines deficiencies in each mechanism. Finally, it proposes a new
  596.    approach to action selection is developed which determines the most
  597.    appropriate action in a principled way, and which does not suffer from
  598.    the inherent shortcomings found in other methods. The thesis includes
  599.    a review and bibliography of existing work on action selection. The
  600.    thesis is available by anonymous ftp from 
  601.       ftp.ed.ac.uk:/pub/lrtt/ [129.215.146.5]
  602.    as the files as.1.ps.Z, as.2.ps.Z, ..., and as.7.ps.Z.
  603.    The simulation software is also available from the same site, as the
  604.    file se.tar.Z. The simulation software was written in Suntools rather
  605.    than Xtools.  It can be run only from SunView or OpenWindows.  The
  606.    action selection problem modelled by the simulated environment
  607.    comprises 15 different `sub-problems' (getting food, reproducing, not
  608.    getting lost, being vigilant for predators, etc), many internal and
  609.    external stimuli, and 35 different low-level actions to select
  610.    between.
  611.  
  612.    ViewGen (Viewpoint Generator) is a Prolog program that implements a
  613.    "Belief Ascription Algorithm" as described in Ballim and Wilks (see the
  614.    bibliography section on User Modelling).  This can be seen as a form of
  615.    agent modelling tool, which allows for the generation of arbitrarily deep
  616.    nested belief spaces based on the system's own beliefs, and on beliefs 
  617.    that are typically held by groups of agents.  ViewGen is available by
  618.    anonymous ftp from 
  619.       crl.nmsu.edu:/pub/non-lexical/ViewFinder [128.123.1.18] (user anonymous)
  620.       ftp.ims.uni-stuttgart.de:/pub/ballim    [141.58.127.8] (user ftp)
  621.    as the file ViewGen.tar.Z. The theory of belief ascription upon which
  622.    it is based is described in detail in Ballim and Wilks, and a general
  623.    framework for attributing and maintaining nested propositional
  624.    attitudes is described in Afzal Ballim's dissertation which is
  625.    archived with the Viewgen program (in the files 
  626.       ViewFinder-{A4/A5/US}.tar.Z, 
  627.    the variable part indicating the format of the PostScript file).
  628.    The inheritance reasoner is in the file vf-hetis.tar.Z.
  629.    Implemented in Sicstus prolog, and hence easily convertible to
  630.    any Edinburgh-style prolog. Contact Afzal Ballim <afzal@divsun.unige.ch>
  631.    for more information. 
  632.  
  633. Analogical Reasoning:
  634.  
  635.    SME      -- multivac.ils.nwu.edu:/pub/SME
  636.                Contact: Brian Falkenhainer <falkenhainer@parc.xerox.com>
  637.                         Ken Forbus <forbus@ils.nwu.edu>
  638.                the Structure-Mapping Engine, as described in Falkenhainer,
  639.                Forbus, and Gentner's 1987 AIJ article.  
  640.  
  641. Artificial Life:
  642.  
  643.    Tierra is an artificial life system for studying the evolution of
  644.    digital organisms. Tierra consists of a virtual computer and its
  645.    operating system, whose architecture has been designed in such a way
  646.    that the executable machine codes are evolvable.  This means that the
  647.    machine code can be mutated (by flipping bits at random) or recombined
  648.    (by swapping segments of code between algorithms), and the resulting
  649.    code remains functional enough of the time for natural (or presumably
  650.    artificial) selection to be able to improve the code over time.
  651.    Tierra runs in Unix and MS-DOS. Source code and documentation is
  652.    available by anonymous ftp at 
  653.       tierra.slhs.udel.edu:/almond/ [128.175.41.34]
  654.       tierra.slhs.udel.edu:/beagle/
  655.       tierra.slhs.udel.edu:/doc/
  656.       tierra.slhs.udel.edu:/tierra/
  657.    or equivalently from 
  658.       life.slhs.udel.edu:/almond/   [128.175.41.33]
  659.       life.slhs.udel.edu:/beagle/
  660.       life.slhs.udel.edu:/doc/
  661.       life.slhs.udel.edu:/tierra/
  662.    To be added to either the 
  663.       tierra-announce (official announcements only) or 
  664.       tierra-digest (moderated discussion plus announcements)
  665.    mailing lists, send mail to tierra-request@life.slhs.udel.edu.
  666.    Send bug reports to tierra-bug@life.slhs.udel.edu. Written by Tom Ray,
  667.    <ray@life.slhs.udel.edu>.  [Tom's Current email is ray@hip.atr.co.jp;
  668.    mail to ray@udel.edu will be forwarded.] For those without access to
  669.    anonymous ftp, the Tierra software may be obtained on disk (DOS
  670.    executables) from Virtual Life, 25631 Jorgensen Rd., Newman, CA 95360.
  671.    Virtual Life will also be offering a PC version of Karl Sims'
  672.    evolutionary art system, called Darwinin Art.
  673.  
  674. Blackboard Architectures:
  675.  
  676.    GBB (PD Version) -- dime.cs.umass.edu:/gbb/
  677.  
  678.    GEST   -- Contact: Susan Coryell <scoryell@gtri01.gatech.edu>
  679.              Blackboard system. Runs on Symbolics and SUN.
  680.              Georgia Tech's Generic Expert System Tool (GEST)
  681.              Available to academic institutions for classroom use.
  682.  
  683.              The symbolics version of GEST is available free from
  684.              ftp.gatech.edu:/pub/ai/gest.tar.Z
  685.              Contact: John F. Gilmore jg10@prism.gatech.edu 
  686.  
  687. Case-based Reasoning:
  688.  
  689.    CL-Protos   -- cs.utexas.edu:/pub/porter/
  690.                   Contact: Bruce W. Porter <porter@cs.utexas.edu>
  691.                            Ray Bareiss <bareiss@ils.nwu.edu>
  692.                            Erik Eilerts <eilerts@cs.utexas.edu>
  693.                            Dan Dvorak 
  694.  
  695.    MICRO-xxx  -- cs.umd.edu:/pub/schank/icbr/
  696.                  Contact: waander@cs.umd.edu
  697.                  The directory /pub/schank/icbr/ contains the complete
  698.                  code for "Inside Case-Based Reasoning" by
  699.                  Riesbeck and Schank, 1989. This includes code
  700.                  for an instructional version of CHEF by Kristian Hammond.
  701.  
  702. Chess:
  703.  
  704.    The SAN Kit chess programming C source toolkit provides common routines
  705.    for move notation I/O, move generation, move execution, etc. Only search
  706.    routines and an evaluation function need be added to obtain a working
  707.    chess program. It runs on Apple Macintosh (Think C 5.0),
  708.    Commodore Amiga (SAS C), MS-DOS, and Unix. It is available by
  709.    anonymous ftp from
  710.       raven.alaska.edu:/pub/coherent/sources32/ [137.229.10.39] in the
  711.       chess.uoknor.edu:/pub/chess/Unix/
  712.    as the compressed tar file SAN.tar.Z or SAN.tar.gz.
  713.    Contact Steven J. Edwards <sje@world.std.com> for more information.
  714.  
  715.    valkyries.andrew.cmu.edu:/pub/misc/chess/ [128.2.232.4]
  716.    This site has the SCP package, a restructured ANSI C port of
  717.    the 1987 Stanback Chess Program.
  718.  
  719.    PGN (Portable Game Notation) is a specification for a standard move
  720.    notation system that has been adopted by many programs and toolkits. 
  721.    It is available by anonymous ftp as
  722.       chess.uoknor.edu:/pub/chess/PGN/Standard
  723.  
  724.    Many chess-related materials are available from chess.uoknor.edu:/pub/chess/
  725.  
  726. Complex Systems:
  727.  
  728.    A list of resources for Complex Adaptive Systems is maintained by
  729.    Alex Mallet, including information about chaos theory, genetic
  730.    programming, artificial life, and neural networks. To get a copy by
  731.    email, send a message to 
  732.       thesisnet-request@eniac.seas.upenn.edu
  733.    with 
  734.       cplxsys
  735.    in the subject line. A hypertext version is available by WWW from
  736.       http://www.seas.upenn.edu/~ale/cplxsys.html
  737.    Send corrections to Alex Mallet <ale@eniac.seas.upenn.edu>.
  738.   
  739. Constraint Programming and Non-determinism:
  740.  
  741.    SCREAMER:
  742.  
  743.    Screamer is an extension of Common Lisp that adds support for
  744.    nondeterministic programming.  Screamer consists of two levels.  The
  745.    basic nondeterministic level adds support for backtracking and
  746.    undoable side effects.  On top of this nondeterministic substrate,
  747.    Screamer provides a comprehensive constraint programming language in
  748.    which one can formulate and solve mixed systems of numeric and
  749.    symbolic constraints.  Together, these two levels augment Common Lisp
  750.    with practically all of the functionality of both Prolog and
  751.    constraint logic programming languages such as CHiP and CLP(R).
  752.    Furthermore, Screamer is fully integrated with Common Lisp. Screamer
  753.    programs can coexist and interoperate with other extensions to Common
  754.    Lisp such as CLOS, CLIM and Iterate.
  755.  
  756.    In several ways Screamer is more efficient than other implementations
  757.    of backtracking languages.  First, Screamer code is transformed into
  758.    Common Lisp which can be compiled by the underlying Common Lisp
  759.    system.  Many competing implementations of nondeterministic Lisp are
  760.    interpreters and thus are far less efficient than Screamer.  Second,
  761.    the backtracking primitives require fairly low overhead in Screamer.
  762.    Finally, this overhead to support backtracking is only paid for those
  763.    portions of the program which use the backtracking primitives.
  764.    Deterministic portions of user programs pass through the Screamer to
  765.    Common Lisp transformation unchanged.  Since in practise, only small
  766.    portions of typical programs utilize the backtracking primitives,
  767.    Screamer can produce more efficient code than compilers for languages
  768.    in which backtracking is more pervasive.
  769.  
  770.    Screamer is fairly portable across most Common Lisp implementations.
  771.    It currently runs under Genera 8.1.1 and 8.3 on both Symbolics 36xx
  772.    and Ivory machines, under Lucid 4.0.2 and 4.1 on Sun SPARC machines,
  773.    under MCL 2.0 and 2.0p2 on Apple Macintosh machines, and under Poplog
  774.    Common Lisp on Sun SPARC machines.  It should run under any
  775.    implementation of Common Lisp which is compliant with CLtL2 and with
  776.    minor revision could be made to run under implementations compliant
  777.    with CLtL1 or dpANS.
  778.  
  779.    Screamer is available by anonymous FTP from 
  780.       ftp.ai.mit.edu:/pub/screamer.tar.Z
  781.    Contact Jeffrey Mark Siskind <qobi@ai.mit.edu> for further information.
  782.  
  783.    The Screamer Tool Repository, a collection of user-contributed
  784.    Screamer code, is available by anonymous ftp from
  785.       ftp.cis.upenn.edu:/pub/screamer-tools/
  786.    or by WWW from
  787.       http://www.cis.upenn.edu/~screamer-tools/home.html
  788.    Please direct all inquires about the repository to
  789.    screamer-repository@cis.upenn.edu. 
  790.  
  791. Defeasible Reasoning:
  792.  
  793.    An implementation of J. Paris and A. Vencovska's model of belief is
  794.    available by anonymous ftp from
  795.       ftp.cs.cmu.edu:/user/ai/areas/reasonng/defeasbl/belief/
  796.    Paris and Vencovska's paper (Artificial Intelligence, 64(2), December
  797.    1993) provides a mathematical model of an agent's belief in an event
  798.    by identifying it with his ability to imagine the event within the
  799.    context of his previous experience.  This approach leads to beliefs
  800.    having properties different from those normally ascribed to it. The
  801.    implementation was written by Ian Pratt <ipratt@cs.man.ac.uk> and Jens
  802.    Doerpmund <dorpmunj@cs.man.ac.uk> and runs in Common Lisp.
  803.  
  804. Eliza and Similar Programs:
  805.  
  806.    For a large collection of Eliza programs, see
  807.       ftp.cs.cmu.edu:/user/ai/areas/classics/
  808.  
  809.    The software from Peter Norvig's book "Paradigms of AI Programming" is
  810.    available by anonymous ftp from unix.sri.com:/pub/norvig/ and on disk in
  811.    Macintosh or DOS format from the publisher, Morgan Kaufmann. The
  812.    software includes Common Lisp implementations of: Eliza and pattern
  813.    matchers, Emycin, Othello, Parsers, Scheme interpreters and compilers,
  814.    Unification and a prolog interpreter and compiler, Waltz
  815.    line-labelling, implementation of GPS, macsyma, and random number
  816.    generators.  For more information, write to Morgan Kaufmann, Dept. P1,
  817.    2929 Campus Drive, Suite 260, San Mateo CA 94403, call 800-745-7323,
  818.    or fax 415-578-0672. (Mac ISBN 1-55860-227-5; DOS 3.5" ISBN
  819.    1-55860-228-3; or DOS 5.25" ISBN 1-55860-229-1).
  820.  
  821.    The doctor.el is an implementation of Eliza for GNU-Emacs
  822.    emacs-lisp. Invoke it with "Meta-X doctor".
  823.  
  824.    Source code for ELIZA in Prolog (implemented by Viren
  825.    Patel) is available by ftp from aisun1.ai.uga.edu.
  826.  
  827.    muLISP-87 (a MSDOS Lisp sold by Soft Warehouse) includes
  828.    a Lisp implementation of Eliza.
  829.  
  830.    Compute!'s Gazette, June 1984, includes source for a BASIC
  831.    implementation of Eliza. You can also find it in 101 more computer
  832.    games, edited by David Ahl, published by Creative Computing (alas,
  833.    they're defunct, and the book is out of print).
  834.  
  835.    Herbert Schildt "Artificial Intelligence using C", McGraw-Hill, 1987,
  836.    ISBN 0-07-881255-0, pp315-338, includes a simple version of DOCTOR.
  837.  
  838.    ucsd.edu:/pub/pc-ai contains implementations of Eliza for the IBM PC.
  839.  
  840.    eecs.nwu.edu:/pub/eliza/ contains several Eliza implementations. 
  841.  
  842.    The original Parry (in MLISP for a PDP-10) is available in
  843.    labrea.stanford.edu:/pub/parry.tar.Z.
  844.  
  845.    RACTER is *not* public domain.  It costs $50 for MS-DOS and Macintosh
  846.    versions, the Inrac compiler is $200 (MS-DOS only), and the Inrac
  847.    manual alone is $25. Racter is available from John Owens, INRAC
  848.    Corp./Nickers International Ltd., 12 Schubert Street, Staten Island,
  849.    NY 10305, Tel: 718-448-6283, or Fax: 718-448-6298.  Racter was
  850.    published in 1984, and written in compiled BASIC. To read some of
  851.    RACTER's work, see "The Policeman's Beard is Half Constructed",
  852.    Computer Prose and Poetry by Racter, Warner Books, 1984.  ISBN
  853.    0-446-38051-2 (paperback). Written by William Chamberlain and Thomas
  854.    Etter. Some discussion of RACTER appears in A.K. Dewdney's book, "The
  855.    Armchair Universe". The Macintosh version runs only on SEs and Pluses
  856.    (it comes on a single-sided 400k copy-protected disk, with an old
  857.    version of the system). Racter is also sold by the following
  858.    mail-order software retailer: Mindware, 1803 Mission Street, Suite
  859.    414, Santa Cruz, CA 95060-5292, phone 800-447-0477 (408-427-9455),
  860.    fax 408-429-5302.  Mindware sells a variety of similar programs for
  861.    MS-DOS and Windows, including Joseph Weintraub's PC Therapist.
  862.  
  863. Expert Systems:
  864.  
  865.    Free ftpable expert system shells are listed in the Expert Systems
  866.    Shells FAQ, which is available by anonymous ftp from
  867.       ftp.cs.cmu.edu:/user/ai/pubs/faqs/ai/expert_1.faq
  868.  
  869. Frame Systems:
  870.  
  871.      FrameWork   -- ftp.cs.cmu.edu:/user/ai/areas/kr/frames/framework/
  872.  
  873.      Theo        -- Contact: Tom.Mitchell@cs.cmu.edu
  874.  
  875.      FrameKit    -- Contact: Eric.Nyberg@cs.cmu.edu
  876.  
  877.      KR          -- Contact: Brad.Myers@cs.cmu.edu
  878.  
  879.      PARKA       -- Contact: spector@cs.umd.edu
  880.                     Frames for the CM
  881.  
  882.      PARMENIDES (Frulekit) -- Contact: Peter.Shell@cs.cmu.edu 
  883.  
  884.      FROBS       -- cs.utah.edu:/pub/frobs.tar.Z
  885.                     Contact: Robert Kessler <kessler@cs.utah.edu>
  886.  
  887.      PFC         -- linc.cis.upenn.edu: ??
  888.  
  889.      YAK         -- Contact: Enrico Franconi <franconi@irst.it>
  890.  
  891. Fuzzy Logic:
  892.  
  893.    FLIE    -- ural.ethz.ch:/robo/flie/   [129.132.104.194]
  894.               Contact: vestli@ifr.ethz.ch
  895.               Fuzzy Logic Inference Engine, Institute of Robotics, ETH.
  896.  
  897.    RICE (Routines for Implementing C Expert systems) is a fuzzy/MV logic
  898.    inference engine written in C. A C++ front-end with classes is provided.
  899.    Tested with Borland C/C++ 3.1, Microsoft C/C++ 7.00 and GCC 2.4.5;
  900.    examples are included. Documentation is available in WP 5.1 format and 
  901.    PostScript. Available by anonymous ftp from ntia.its.bldrdoc.gov and 
  902.    ftp.cs.cmu.edu. For more info contact Rene' Jager, <R.Jager@ET.TUDelft.NL>.
  903.  
  904.    FuNeGen 1.0 is a fuzzy neural system capable of generating fuzzy
  905.    classification systems (as C-code) from sample data.
  906.    FuNeGen 1.0 and the papers/reports describing the application and the 
  907.    theoretical background can be obtained by anonymous ftp from
  908.       obelix.microelectronic.e-technik.th-darmstadt.de:/pub/neurofuzzy/
  909.  
  910. Game Playing:
  911.  
  912.    METAGAME is a game-playing workbench for developing and playing
  913.    metagame programs. It includes a generator for symmetric chess-like
  914.    games; definitions of chess, checkers, chinese chess, shogi, lose
  915.    chess, lose checkers, french checkers, and tic tac toe translated into
  916.    symmetric chess-like games; a legal move generator; and a variety of
  917.    player programs, from simple through sophisticated.  The METAGAME
  918.    Workbench runs in Quintus or Sictus Prolog.  Available by anonymous
  919.    ftp from 
  920.       ftp.cl.cam.ac.uk:/users/bdp/metagame3a.tar.Z [128.232.0.56]
  921.    For more information, contact Barney Pell <bdp@cl.cam.ac.uk> of the
  922.    University of Cambridge Computer Laboratory.
  923.  
  924. Genetic Algorithms:
  925.  
  926.    SCS (Simple Classifier System) is a C port of the system from
  927.    Appendix D of "Genetic Algorithms in Search, Optimization, and Machine
  928.    Learning" by David E. Goldberg. It was ported to C by Erik Mayer
  929.    <emayer@uoft02.utoledo.edu>. For more information, contact the author.
  930.  
  931.    SCS-C is another port to C of Goldberg's Simple Classifier System.
  932.    It includes some extensions, and runs on Sun 10/30 and Atari ST. SCS-C
  933.    is available via anonymous ftp as scs-c-0.98j.tar.Z from
  934.    lumpi.informatik.uni-dortmund.de:/pub/LCS/src/ [129.217.36.140].  The
  935.    documentation alone is available as scs-c-doc.tar.Z in the directory
  936.    /pub/LCS/docs/.  For more information, contact Joerg Heitkoetter
  937.    <joke@ls11.informatik.uni-dortmund.de>, c/o Systems Analysis Group,
  938.    LSXI, Department of Computer Science, University of Dortmund, D-44221
  939.    Dortmund, Germany.
  940.  
  941.    GENITOR is available by anonymous ftp from the Colorado State
  942.    University Computer Science Department in 
  943.       beethoven.cs.colostate.edu:/pub/GENITOR.tar [129.82.102.183]
  944.    For further information, contact starkwea@cs.colostate.edu or
  945.    mathiask@cs.colostate.edu. If these fail to work, contact
  946.    whitley@cs.colostate.edu.
  947.  
  948.    Other packages are described in detail in Nici Schraudolph's survey
  949.    of free and commercial GA software (see the Genetic Algorithms
  950.    Repository in [5-1]). Some of the free ones from Nici's list are
  951.    summarized below. Many are available from the GA Repository.
  952.  
  953.      GAucsd      Genetic algorithms software 
  954.                  cs.ucsd.edu:/pub/GAucsd/GAucsd14.ps.Z [132.239.51.3]
  955.                  Nici Schraudolph <nici@cs.ucsd.edu>
  956.                  To be put on a mailing list of GAucsd users, send
  957.                  the message "add GAucsd" to listserv@cs.ucsd.edu.
  958.  
  959.      GAbench     Genetic algorithms benchmarks and test problems  
  960.                  cs.ucsd.edu:/pub/GAbench/
  961.                  Thomas Kammeyer (tkammeye@cs.ucsd.edu)
  962.  
  963.      EM          Evolution Machine (EM)
  964.                  ftp-bionik.fb10.tu-berlin.de:/pub/software/Evolution-Machine/
  965.                      [130.149.192.50]
  966.                      em_tc.exe (EM for Turbo C)
  967.                      em_tcp.exe (EM for Turbo C++)
  968.                      em_man.exe (the manual)
  969.                  Joachim Born <born@max.fb10.tu-berlin.de>
  970.  
  971.      Genie       GA-based modeling/forecasting system
  972.                  Lance Chambers <P_Stampoul@fennel.cc.uwa.oz.au>
  973.  
  974.      GENOCOP     GEnetic algorithm for Numerical Optimization for
  975.                  COnstrained Problems. Optimizes function with any
  976.                  number of linear constraints (equalities and inequalities)
  977.      Genetic-2   Optimization package for the linear transportation problem.
  978.      Genetic-2N  Optimization package for the nonlinear transportation problem.
  979.                  All three were developed by Zbigniew Michalewicz and are
  980.                  described in detail in his book "Genetic Algorithms + Data
  981.                  Structures = Evolution Programs", Springer Verlag,
  982.                  August 1992.
  983.                     unccsun.uncc.edu:/coe/evol/ [152.15.10.88]
  984.                     (also known as ftp.uncc.edu)
  985.                  Zbigniew Michalewicz <zbyszek@unccvax.uncc.edu>
  986.  
  987.      WOLF        Simulator for G/SPLINES algorithm (genetic spline models)
  988.                  David Rogers <drogers@riacs.edu>
  989.  
  990.      GAC, GAL    GA written in C/Lisp. Similar to John Grefenstette's Genesis.
  991.                  Bill Spears <spears@aic.nrl.navy.mil>
  992.  
  993.      ESCaPaDE    Experiments with evolutionary algorithsm.
  994.                  Frank Hoffmeister <iwan@ls11.informatik.uni-dortmund.de>
  995.                  (Send mail with subject line "help" or "get ESCaPaDE")
  996.  
  997.      mGA1.0      Common Lisp implementation of a messy GA as described in
  998.                  TCGA report 90004.
  999.      SGA-C       C-language port and extension of the original Pascal
  1000.                  SGA code presented in Goldberg's book "Genetic
  1001.                  Algorithms in Search, Optimization & Machine
  1002.                  Learning", Addison Wesley, 1989. See TCGA report 91002.
  1003.      SGA-Cube    Goldberg's SGA code modified for nCUBE 2 hypercube
  1004.                  parallel computer.
  1005.                  All three are available by e-mail from 
  1006.                  Robert Elliott Smith <rob@comec4.mh.ua.edu>.
  1007.  
  1008.      BUGS        Demonstrates genetic algorithms.
  1009.                     santafe.edu:/pub/misc/BUGS/
  1010.                  Joshua Smith <jrs@santafe.edu>
  1011.  
  1012.      SGPC        Simple Genetic Programming in C
  1013.                     sfi.santafe.edu:/pub/Users/tackett/
  1014.                  Walter Alden Tackett and Aviram Carmi (gpc@ipld01.hac.com)
  1015.  
  1016.      GENEsYs     lumpi.informatik.uni-dortmund.de:/pub/GA/src/ [129.217.36.140]
  1017.                  Use "ftp" as user name, e-mail address as password.
  1018.                  Thomas Baeck <baeck@ls11.informatik.uni-dortmund.de>
  1019.  
  1020.      GAGA        Jon Crowcroft <jon@cs.ucl.ac.uk>. cs.ucl.ac.uk:darpa/gaga.shar
  1021.      Splicer     Steve Bayer <bayer@galileo.jsc.nasa.gov>
  1022.      PARAGENESIS GA-Repository/e-mail Michael van Lent <vanlent@cs.utk.edu>
  1023.      GENESIS     GA-Repository/e-mail John Grefenstette <gref@aic.nrl.navy.mil>
  1024.      OOGA        GA-Repository/e-mail John Grefenstette <gref@aic.nrl.navy.mil>
  1025.      DGENESIS    Erick Cantu <ecantu@babbage.rhon.itam.mx> or 
  1026.                              <ecantu@itamvms1.bitnet>.
  1027.  
  1028.      PGA         Parallel Genetic Algorithms testbed
  1029.                  ftp.dai.ed.ac.uk:/pub/pga-2.4/pga-2.4.tar.Z (192.41.104.152)
  1030.                  Peter Ross, peter@aisb.ed.ac.uk
  1031.  
  1032.      ANT         PC Version of 'John Muir Trail' experiment.
  1033.                  ftp.std.com:/pub/pbrennan
  1034.                  Patrick M Brennan <pbrennan@world.std.com>
  1035.  
  1036.    GPQUICK is a simple GP system implemented in C++.  It features an
  1037.    elegant object architecture with function (Function), program
  1038.    (Chrome), GA (Pop) and problem (Problem) classes.  The Problem class
  1039.    is proposed as a portable representation for problems that would be
  1040.    source compatible with a variety of other GP systems.  GPQUICK uses a
  1041.    steady state GA, tournament selection, one type of mutation, and
  1042.    subtree crossover.  It uses a fast, compact linear representation for
  1043.    S-expressions. It includes documentation from the associated magazine
  1044.    article (Byte, "Some Assembly Required", February 1994). GPQUICK is
  1045.    available by anonymous ftp from
  1046.       ftp.cc.utexas.edu:/pub/genetic-programming/code/
  1047.    as the files gpquick.tar (unix version, tested with CC and g++) and
  1048.    gpquick.zip (PC/ANSI C version, tested with Borland 3.1).
  1049.    For more information, write to Andrew Singleton <p00396@psilink.com>.
  1050.  
  1051. ICOT:
  1052.  
  1053.    Japan's Institute for New Generation Computer Technology (ICOT) has
  1054.    made their software available to the public free of charge.  The
  1055.    collection includes a variety of prolog-based programs in symbol
  1056.    processing, knowledge representation, reasoning and problem solving,
  1057.    natural language processing. All programs are available by anonymous
  1058.    ftp from ftp.icot.or.jp.  Note that most of the programs are written
  1059.    for the PSI machines, and very few have been ported to Unix-based
  1060.    emulators.  For further information, send email to ifs@icot.or.jp, or
  1061.    write to ICOT Free Software Desk, Institute for New Generation
  1062.    Computer Technology, 21st Floor, Mita Kokusai Bldg., 4-28, Mita
  1063.    1-chome, Minato-ku, Tokyo 108, Japan, fax +81-3-4456-1618.
  1064.  
  1065. Knowledge Representation:
  1066.  
  1067.    KNOWBEL -- ai.toronto.edu:/pub/kr/ as the files knowbel.tar.Z and
  1068.               manual.txt.tar.Z 
  1069.               Contact: Bryan M. Kramer, <kramer@ai.toronto.edu>
  1070.               Telos temporal/sorted logic system.
  1071.  
  1072.    SB-ONE  -- Contact: kobsa@inf-wiss.uni-konstanz.de
  1073.               KL-ONE family. Currently undergoing revision and will be
  1074.               renamed KN-PART+.
  1075.    KRIS    -- Contact: baader@dfki.uni-kl.de
  1076.               KL-ONE family (Symbolics only)
  1077.    BACK    -- Contact: back@cs.tu-berlin.de
  1078.               ftp.cs.tu-berlin.de:/pub/doc/reports/tu-berlin.de/kit/Back52
  1079.                  Files are BACK_V52.intro and Back52.tar.Z
  1080.                  Tar file includes Tutorial/Manual in postscript format
  1081.                  and installation instructions.
  1082.               KL-ONE family
  1083.    CLASSIC -- Contact: dlm@research.att.com
  1084.               KL-ONE family
  1085.    MOTEL   -- Contact: hustadt@mpi-sb.mpg.de
  1086.               mpi-sb.mpg.de:/pub/tools/motel.tar.Z [139.19.1.1]
  1087.               Modal KL-ONE (contains KRIS as a kernel). 
  1088.               Implemented in Prolog.
  1089.  
  1090.    FOL GETFOL -- Contact: fausto@irst.it
  1091.               Weyrauch's FOL system
  1092.  
  1093.    COLAB/RELFUN  -- Contact: boley@informatik.uni-kl.de
  1094.                     Logic Programming
  1095.    COLAB/FORWARD -- Contact: hinkelma@dfki.uni-kl.de
  1096.                     Logic Programming
  1097.    COLAB/CONTAX  -- Contact: meyer@dfki.uni-kl.de
  1098.                     Constraint System for Weighted Constraints over
  1099.                     Hierarchically Structured Finite Domains.
  1100.    COLAB/TAXON   -- Contact: hanschke@dfki.uni-kl.de
  1101.                     Terminological Knowl. Rep. w/Concrete Domains
  1102.  
  1103.    SNePS (Semantic Network Processing System) is the implementation of a
  1104.    fully intensional theory of propositional knowledge representation and
  1105.    reasoning. SNePS includes a module for creating and accessing
  1106.    propositional semantic networks, path-based inference, node-based
  1107.    inference based on SWM (a relevance logic with quantification) that
  1108.    uses natural deduction and can deal with recursive rules, forward,
  1109.    backward and bi-directional inference, nonstandard logical connectives
  1110.    and quantifiers, an assumption based TMS for belief revision (SNeBR), a
  1111.    morphological analyzer and a generalized ATN (GATN) parser for parsing
  1112.    and generating natural language, SNePSLOG, a predicate-logic-style
  1113.    interface to SNePS, XGinseng, an X-based graphics interface for
  1114.    displaying, creating and editing SNePS networks, SNACTor, a
  1115.    preliminary version of the SNePS Acting component, and SNIP 2.2, a new
  1116.    implementation of the SNePS Inference Package that uses rule shadowing
  1117.    and knowledge migration to speed up inference.  SNeRE (the SNePS
  1118.    Rational Engine), which is part of Deepak Kumar's dissertation about
  1119.    the integration of inference and acting, will replace the current
  1120.    implementation of SNACTor.  SNePS is written in Common Lisp, and has
  1121.    been tested in Allegro CL 4.1, Lucid CL 4.0, TI Common Lisp, CLISP
  1122.    May-93, and CMU CL 17b. It should also run in Symbolics CL, AKCL 1.600
  1123.    and higher, VAX Common Lisp, and MCL. The XGinseng interface is built
  1124.    on top of Garnet.  SNePS 2.1 is free according to the GNU General
  1125.    Public License version 2. The SNePS distribution is available by
  1126.    anonymous ftp from 
  1127.       ftp.cs.buffalo.edu:/pub/sneps/  [128.205.32.9] 
  1128.    as the file rel-x-yyy.tar.Z, where 'x-yyy' is the version. The other
  1129.    files in the directory are included in the distribution; they are
  1130.    duplicated to let you get them without unpacking the full distribution
  1131.    if you just want the bibliography or manual. If you use SNePS, please
  1132.    send a short message to shapiro@cs.buffalo.edu and
  1133.    snwiz@cs.buffalo.edu. Please also let them know whether you'd like to
  1134.    be added to the SNUG (SNePS Users Group) mailing list. 
  1135.  
  1136.    URANUS is a logic-based knowledge representation language. Uranus is
  1137.    an extension of Prolog written in Common Lisp and using the syntax of
  1138.    Lisp. Uranus extends Prolog with a multiple world mechanism for
  1139.    knowledge representation and term descriptions to provide
  1140.    functional programming within the framework of logic programming.
  1141.    It is available free by anonymous ftp from 
  1142.       etlport.etl.go.jp:/pub/uranus/ftp/ [192.31.197.99]
  1143.    for research purposes only.  For more information contact the author, 
  1144.    Hideyuki Nakashima <nakashim@etl.go.jp>.
  1145.  
  1146. Machine Learning:
  1147.  
  1148.    COBWEB/3 -- Contact: cobweb@ptolemy.arc.nasa.gov
  1149.  
  1150.    IND      -- Contact: NASA COSMIC, <service@cossack.cosmic.uga.edu>
  1151.                Tel: 706-542-3265 (ask for customer support)
  1152.                Fax: 706-542-4807
  1153.                IND is a C program for the creation and manipulation of
  1154.                decision trees from data, integrating the CART,
  1155.                ID3/C4.5, Buntine's smoothing and option trees, Wallace
  1156.                and Patrick's MML method, and Oliver and Wallace's MML
  1157.                decision graphs which extend the tree representation to
  1158.                graphs. Written by Wray Buntine, <wray@kronos.arc.nasa.gov>.
  1159.  
  1160.    AUTOCLASS -- Contact: taylor@ptolemy.arc.nasa.gov
  1161.                AutoClass is an unsupervised Bayesian classification system for
  1162.                independent data. 
  1163.  
  1164.    FOIL     -- ftp.cs.su.oz.au:/pub/ [129.78.8.208] 
  1165.                as the files foil4.sh, foil5.sh, and foil6.sh.
  1166.                Each shell archive contains source, a brief manual,
  1167.                and several sample datasets. FOIL2 should be available
  1168.                from sumex-aim.stanford.edu:/pub/FOIL.sh. FOIL 6.0 now uses
  1169.            ANSI C.
  1170.                Contact: J. Ross Quinlan <quinlan@cs.su.oz.au>
  1171.                         Mike Cameron-Jones <mcj@cs.su.oz.au>
  1172.  
  1173.    RWM      -- Contact: H. Altay Guvenir <guvenir@trbilun.bitnet>
  1174.                RWM is a program for learning problem solving strategies,
  1175.                written in Common Lisp (tested on Suns and NeXT).
  1176.  
  1177.  
  1178.    MOBAL is a system for developing operational models of application
  1179.    domains in a first order logic representation. It integrates a manual
  1180.    knowledge acquisition and inspection environment, an inference engine,
  1181.    machine learning methods for automated knowledge acquisition, and a
  1182.    knowledge revision tool.  By using MOBAL's knowledge acquisition
  1183.    environment, you can incrementally develop a model of your domain in
  1184.    terms of logical facts and rules.  You can inspect the knowledge you
  1185.    have entered in text or graphics windows, augment the knowledge, or
  1186.    change it at any time. The built-in inference engine can immediately
  1187.    execute the rules you have entered to show you the consequences of
  1188.    your inputs, or answer queries about the current knowledge. MOBAL also
  1189.    builds a dynamic sort taxonomy from your inputs. If you wish, you can
  1190.    use several machine learning methods to automatically discover
  1191.    additional rules based on the facts that you have entered, or to form
  1192.    new concepts. If there are contradictions in the knowledge base due to
  1193.    incorrect rules or facts, there is a knowledge revision tool to help
  1194.    you locate the problem and fix it.  MOBAL (release 3.0b) is available
  1195.    free for non-commercial academic use by anonymous ftp from
  1196.       ftp.gmd.de:/gmd/mlt/Mobal/
  1197.    The system runs on Sun SparcStations, SunOS 4.1, and includes a
  1198.    graphical interface implemented using Tcl/TK.
  1199.  
  1200.    PEBLS (Parallel Exemplar-Based Learning System) is a nearest-neighbor
  1201.    learning system designed for applications where the instances have
  1202.    symbolic feature values.  PEBLS has been applied to the prediction of
  1203.    protein secondary structure and to the identification of DNA promoter
  1204.    sequences. PEBLS 2.0 is written in ANSI C and is available by
  1205.    anonymous ftp from blaze.cs.jhu.edu:/pub/pebls/pebls.tar.Z
  1206.    [128.220.13.50] for research purposes only. For more information,
  1207.    contact Steven Salzberg <salzberg@cs.jhu.edu>.
  1208.  
  1209.    OC1 (Oblique Classifier 1) is a multivariate decision tree induction
  1210.    system designed for applications where the instances have numeric
  1211.    feature values.  OC1 builds decision trees that contain linear
  1212.    combinations of one or more attributes at each internal node; these
  1213.    trees then partition the space of examples with both oblique and
  1214.    axis-parallel hyperplanes.  OC1 has been used for classification of
  1215.    data from several real world domains, such as astronomy and cancer
  1216.    diagnosis.  A technical decription of the algorithm can be found in
  1217.    the AAAI-93 paper by Sreerama K. Murthy, Simon Kasif, Steven Salzberg
  1218.    and Richard Beigel.  A postscript version of this paper is included in
  1219.    the distribution. OC1 is a written entirely in ANSI C. OC1 is
  1220.    available by anonymous ftp from  
  1221.       blaze.cs.jhu.edu:/pub/oc1/ [128.220.13.50]
  1222.    This distribution is provided for non-commercial purposes only. For
  1223.    more information, contact Sreerama K. Murthy <murthy@cs.jhu.edu>
  1224.    (primary contact), Steven Salzberg <salzberg@cs.jhu.edu>, or Simon
  1225.    Kasif <kasif@cs.jhu.edu>, Department of Computer Science, The Johns
  1226.    Hopkins University, Baltimore, MD 21218.
  1227.  
  1228.    Set-Enumeration (SE) Trees for Induction/Classification. Significant
  1229.    research in Machine Learning, and in Statistics, has been devoted to
  1230.    the induction and use of decision trees as classifiers.  An induction
  1231.    framework which generalizes decision trees using a Set-Enumeration
  1232.    (SE) tree is outlined in  
  1233.       Rymon, R. (1993), An SE-tree-based Characterization of the Induction
  1234.       Problem. In Proc. of the Tenth International Conference on Machine
  1235.       Learning, Amherst MA, pp. 268-275.
  1236.    In this framework, called SE-Learn, rather than splitting according to
  1237.    a single attribute, one recursively branches on all (or most) relevant
  1238.    attributes. An induced SE-tree can be shown to economically embed many
  1239.    decision trees, thereby supporting a more expressive hypothesis
  1240.    representation. Also, by branching on many attributes, SE-Learn
  1241.    removes much of the algorithm-dependent search bias. Implementations
  1242.    of SE-Learn can benefit from many techniques developed for decision
  1243.    trees (e.g., attribute-selection and pruning measures). In particular,
  1244.    SE-Learn can be tailored to start off with one's favorite decision
  1245.    tree, and then improve upon it by further exploring the SE-tree. This
  1246.    hill-climbing algorithm allows trading time/space for added accuracy.
  1247.    Current studies (yet unpublished) show that SE-trees are particularly
  1248.    advantageous in domains where (relatively) few examples are available
  1249.    for training, and in noisy domains. Finally, SE-trees can provide a
  1250.    unified framework for combining induced knowledge with knowledge
  1251.    available from other sources (Rymon, 1994).  
  1252.       Rymon, R. (1994), On Kernel Rules and Prime Implicants. To appear in
  1253.       Proc. of the Twelfth National Conference on Artificial Intelligence,
  1254.       Seattle WA.
  1255.    A Lisp implementation of SE-Learn is available from Ron Rymon
  1256.    <Rymon@ISP.Pitt.edu>. A commercial version in C is currently under
  1257.    development.
  1258.  
  1259. Mathematics:
  1260.  
  1261.    SymbMath is a "symbolic calculator that can solve symbolic math
  1262.    problems" written by Weiguang Huang <w.huang@unsw.edu.au>. It runs on
  1263.    IBM PCs (8086) under MS-DOS. Shareware versions are available by
  1264.    anonymous ftp from wsmr-simtel20.army.mil:/calculator/sm22a.zip or
  1265.    rana.cc.deakin.oz.au:/huang/sm22a.zip or by e-mail from
  1266.    listserv@vm1.nodak.edu (listserv@ndsuvm1.bitnet).
  1267.  
  1268. Medical Reasoning:
  1269.  
  1270.    TMYCIN -- sumex-aix.stanford.edu:/tmycin  
  1271.  
  1272. Natural Language Processing:
  1273.  
  1274.    YACC      -- ftp.cs.cmu.edu:/user/ai/lang/lisp/code/parsing/lalr/
  1275.                 Contact: Mark Johnson <mj@cs.brown.edu>
  1276.                 Lisp YACC/Parser.
  1277.  
  1278.    BABBLER   -- Contact: rsf1@ra.msstate.edu
  1279.                 Markov chains/NLP
  1280.  
  1281.    PENMAN    -- Contact: hovy@isi.edu
  1282.                 Natural Language Generation.
  1283.  
  1284.    PC-KIMMO  -- msdos.archive.umich.edu:/msdos/linguistics/pckim105.zip
  1285.                 An implementation of KIMMO morphological analyzer
  1286.                 for the IBM PC. 
  1287.  
  1288.    FUF       -- Contact: elhadad@bengus.bgu.ac.il
  1289.               ftp: black.bgu.ac.il:/pub/fuf/fuf5.2.tar.Z
  1290.                    cs.columbia.edu:/pub/fuf/fuf5.2.tar.Z
  1291.               Natural language generation system based on
  1292.               Functional Unification Grammars.
  1293.               Includes unifier, large grammar of English (surge)
  1294.               user manual and many examples.  Written in Common Lisp.
  1295.               [A WAM-based C compiler for FUF is in the works.]
  1296.  
  1297.    InterBASE -- Contact: Sergei Kuchin <kuchin@darmstadt.gmd.de>
  1298.                 ftp: files interbas.exe, interba1.exe, interbas.txt on
  1299.                     sics.se:/pub/packet-incoming
  1300.                     ftp.uu.net:/tmp
  1301.                     clr.nmsu.edu:/incoming
  1302.                     debra.dgbt.doc.ca:/pub/incoming
  1303.                 Natural language database front end
  1304.  
  1305.    RegEx    -- csd4.csd.uwm.edu:/pub/compilers/regex/
  1306.                Translates regular expressions to DFAs. Written in C.
  1307.                Mark Hopkins <markh@csd4.csd.uwm.edu>
  1308.  
  1309.    Tom      -- csd4.csd.uwm.edu:/pub/compilers/tomita/
  1310.                C implementation of the Tomita parsing algorithm
  1311.                Mark Hopkins <markh@csd4.csd.uwm.edu>
  1312.  
  1313.    Common Lisp versions of the miniature natural language understanding
  1314.    programs from "Inside Computer Understanding" by Schank and Riesbeck,
  1315.    1981, are available by anonymous ftp from 
  1316.      cs.umd.edu:/pub/schank/icu/
  1317.    This includes the SAM and ELI miniatures. It will
  1318.    eventually include copies of the miniature versions of PAM, POLITICS,
  1319.    and Tale-Spin. The FOR macro is also available in this directory, as
  1320.    are a set of functions for manipulating and matching lisp
  1321.    representations of Conceptual Dependency formulas.  Contact Bill
  1322.    Andersen <waander@cs.umd.edu> for more information.
  1323.  
  1324.    The Link Parser is a highly efficient English parser written by Danny
  1325.    Sleator and Davy Temperley. It uses a novel grammatical formalism known
  1326.    as Link Grammar to represent a robust and diverse collection of
  1327.    English-language phenomena. The system is available by anonymous ftp from
  1328.       spade.pc.cs.cmu.edu:/usr/sleator/public/
  1329.    Read the README file for more information. To see an online demo of
  1330.    the parser, do telnet spade.pc.cs.cmu.edu 4000
  1331.  
  1332.    The Xerox part-of-speech tagger is available by anonymous ftp from
  1333.    parcftp.xerox.com:/pub/tagger/tagger-1-0.tar.Z. It is implemented in
  1334.    Common Lisp and has been tested in Allegro CL 4.1, CMU CL 16e, and
  1335.    Macintosh CL 2.0p2. For more information, contact the authors, Doug
  1336.    Cutting <cutting@parc.xerox.com>, and Jan Pedersen
  1337.    <pedersen@parc.xerox.com>.
  1338.  
  1339.    Eric Brill's trainable rule-based part of speech tagger (version 1.0.2)
  1340.    is available by anonymous ftp from 
  1341.       ftp.cs.jhu.edu:/pub/BRILL/Programs/
  1342.    This tagger is based on transformation-based error-driven learning, a
  1343.    technique that has been effective in a number of natural language
  1344.    applications, including part of speech and word sense tagging,
  1345.    prepositional phrase attachment, and syntactic parsing.  For more
  1346.    information, you can obtain relevant papers in 
  1347.       ftp.cs.jhu.edu:/pub/BRILL/Papers/
  1348.    If you do download the tagger and wish to be on the mailing list for
  1349.    future releases, bug reports, etc, please send mail to Eric Brill
  1350.    <brill@cs.jhu.edu> or <brill@goldilocks.lcs.mit.edu>.
  1351.  
  1352.    The Prolog and DCG programs from Pereira and Shieber's book, "Prolog
  1353.    and Natural Language Analysis", are available by anonymous ftp from
  1354.    das.harvard.edu:/pub/shieber/pnla/. See the file README for the
  1355.    conditions under which the material is distributed. If you retrieve
  1356.    the files, please send an email message to the authors letting them
  1357.    know how you plan to use them. For further information, write to
  1358.    Fernando Pereira <pereira@research.att.com> or Stuart Shieber
  1359.    <shieber@das.harvard.edu>.
  1360.  
  1361.    LHIP is a left-head-corner island parser compiler. The system compiles
  1362.    grammar rules to Prolog code in much the same way as the Prolog DCG
  1363.    system does. The rules themselves are an extended version of the DCG
  1364.    rules, allowing optional constituents, negation, disjunction, the
  1365.    specification of adjacency, and the ability to mark multiple heads in
  1366.    a rule body.  It requires an Edinburgh style Prolog and is known to
  1367.    work in Sicstus 0.6. LHIP may be retrieved by anonymous ftp from
  1368.       issun14.unige.ch:/pub/lhip_v1.1.tar.Z [129.194.177.14]
  1369.    A more efficient version withou negation is also available:    
  1370.       issun14.unigh.ch:/pub/plhip_v1.0.tar.Z [129.194.177.14]
  1371.    Both are also available from:
  1372.       ftp.cs.cmu.edu:/user/ai/areas/nlp/parsing/lhip/lhip_v10.tar.gz
  1373.    Please send a message to the author, Afzal Ballim <afzal@divsun.unige.ch>,
  1374.    to let him know that you're using the package.
  1375.  
  1376. Neural Networks:
  1377.  
  1378.    A draft review of roughly 40 neurosimulators is available by anonymous
  1379.    ftp from
  1380.       ftp.mrc-apu.cam.ac.uk:/pub/nn/
  1381.    as the file neurosim1.ps.Z (text version in neurosim1.txt and
  1382.    WordPerfect 5.1 version in neurosim1.w51.Z). The review will appear in
  1383.    the "Handbook of Brain Research and Neural Networks" (MIT Press, 1995).
  1384.    Please send comments to Dr. Jacob M.J. Murre <jaap.murre@mrc-apu.cam.ac.uk>.
  1385.  
  1386.    Aspirin/MIGRAINES is a neural network simulator available free from the
  1387.    MITRE Corporation. It contains a neural network simulation code generator
  1388.    which generates high performance C code implementations for
  1389.    backpropagation networks. It runs on the following platforms: Apollo,
  1390.    Convex, Cray, DecStation, HP, IBM RS/6000, Intel 486/386 (Unix System V),
  1391.    NeXT, News, Silicon Graphics Iris, Sun3, Sun4, Mercury i860 (40MHz)
  1392.    Coprocessors, Meiko Computing Surface w/i860 (40MHz) Nodes, Skystation
  1393.    i860 (40MHz) Coprocessors, and iWarp Cells. The software is available by
  1394.    anonymous ftp from the CMU simulator collection on pt.cs.cmu.edu
  1395.    (128.2.254.155) in the directory /afs/cs/project/connect/code (you must
  1396.    cd to this directory in one atomic operation) and UCLA's cognitive
  1397.    science collection on ftp.cognet.ucla.edu [128.97.8.19] in the
  1398.    directory alexis as the file am6.tar.Z, am6.readme, am6.notes. They
  1399.    include many examples in the release, include an implementation of NETtalk.
  1400.    For more information, contact Russell Leighton <taylor@world.std.com> 
  1401.    or <leighton@mitre.org>. [As of 7/7/93, the mitre email address bounced.]
  1402.  
  1403.    MUME (Multi-Module Neural Computing Environment) is a simulation
  1404.    environment for multi-modules neural computing. It provides an object
  1405.    oriented facility for the simulation and training of multiple nets
  1406.    with various architectures and learning algorithms.  The object
  1407.    oriented structure makes simple the addition of new network classes
  1408.    and new learning algorithms. MUME includes a library of network
  1409.    architectures including feedforward, simple recurrent, and
  1410.    continuously running recurrent neural networks.  Each architecture is
  1411.    supported by a variety of learning algorithms, including backprop,
  1412.    weight perturbation, node perturbation, and simulated annealing.  MUME
  1413.    can be used for large scale neural network simulations as it provides
  1414.    support for learning in multi-net environments. It also provide pre-
  1415.    and post-processing facilities.  MUME can be used to include
  1416.    non-neural computing modules (decision trees, etc.) in applications. _
  1417.    MUME is being developed at the Machine Intelligence Group at Sydney
  1418.    University Electrical Engineering. The software is written in 'C' and
  1419.    is being used on Sun and DEC workstations. Efforts are underway to
  1420.    port it to the Fujitsu VP2200 vector processor using the VCC
  1421.    vectorising C compiler, HP 9000/700, SGI workstations, DEC
  1422.    Alphas, and PC DOS (with DJGCC). MUME is available to research
  1423.    institutions on a media/doc/postage cost arrangement after
  1424.    signing a license agreement. The license agreement is available by
  1425.    anonymous ftp from mickey.sedal.su.oz.au:/pub/license.ps [129.78.24.170].
  1426.    An overview of mume is available from the same machine as
  1427.    /pub/mume-overview.ps.Z. It is also available free for MSDOS by
  1428.    anonymous ftp from 
  1429.       brutus.ee.su.oz.au:/pub/MUME-0.5-DOS.zip 
  1430.    For further information, write to Marwan Jabri, SEDAL, Sydney
  1431.    University Electrical Engineering, NSW 2006 Australia, 
  1432.    call +61-2-692-2240, fax +61-2-660-1228, or send email to
  1433.    Marwan Jabri <marwan@sedal.su.oz.au>. To be added to the mailing
  1434.    list, send email to mume-request@sedal.su.oz.au.
  1435.  
  1436.    Adaptive Logic Network (ALN) 
  1437.    The atree adapative logic network simulation package is available by
  1438.    anonymous ftp from 
  1439.       ftp.cs.ualberta.ca:pub/atree/ [129.128.4.241] 
  1440.    as the file atree2.tar.Z (Unix). The MS-Windows 3.x version for the
  1441.    IBM PC is available as either atre27.exe (includes C/C++ sources) or
  1442.    a27exe.exe (just the executables).  The PC version has a lot more
  1443.    documentation than the Unix version. The Unix version has been ported
  1444.    to the Macintosh, Amiga, and other machines.  Documentation is in
  1445.    atree2.ps.Z. Also in this directory is a rather impressive OCR demo
  1446.    using atree. To be added to the mailing list, send email to
  1447.    alnl-request@cs.ualberta.ca. For more information, contact William W.
  1448.    Armstrong, <arms@cs.ualberta.ca>.
  1449.  
  1450.    BPS
  1451.    Neural network simulator. Other files of interest. Executables are
  1452.    free; source code for a small fee.
  1453.    gmuvax2.gmu.edu:nn [no longer there?]
  1454.  
  1455.    NeuralShell
  1456.    Availible by anonymous ftp from 
  1457.       quanta.eng.ohio-state.edu:/pub/NeuralShell/ [128.146.35.1]
  1458.    as the file NeuralShell.tar. [No longer available, due to an
  1459.    alleged trademark infringement.]
  1460.  
  1461.    CONDELA
  1462.    A neural network definition language.
  1463.    tut.cis.ohio-state.edu:/pub/condela
  1464.  
  1465.    ROCHESTER CONNECTIONIST SIMULATOR
  1466.    Available from cs.rochester.edu:/pub/simulator [192.5.53.209].
  1467.    Includes a backprop package and an X11/SunView interface.
  1468.  
  1469.    UCLA-SFINX
  1470.    retina.cs.ucla.edu:/pub/sfinx_v2.0.tar.Z [131.179.16.6]
  1471.    Use username sfinxftp, password joshua. Contact sfinx@retina.cs.ucla.edu
  1472.    for more information.
  1473.  
  1474.    XERION
  1475.    A neural network simulator from Drew van Camp at the University
  1476.    of Toronto. It provides a library of routines for building networks
  1477.    and graphically displaying them. Written in C and uses the X window
  1478.    system for graphics. Example simulators include Back Propagation,
  1479.    Recurrent Back Propagation, Boltzmann Machine, Mean Field Theory, Free
  1480.    Energy Manipulation, Kohonnen Net, and Hard and Soft Competitive
  1481.    Learning. Xerion runs on SGI Personal Iris, SGI 4d, Sun3 (SunOS), Sun4
  1482.    (SunOS). Available by anonymous ftp from 
  1483.        ai.toronto.edu:/pub/xerion/
  1484.    See the file /pub/xerion.README for more information. Also included
  1485.    is a little program called sciam that contains the basic kernel that
  1486.    was published in the September 1992 issue of Scientific American.
  1487.    To be added to the mailing list, send mail to xerion-request@ai.toronto.edu.
  1488.    Bugs should be reported to xerion-bugs@ai.toronto.edu. Complaints, 
  1489.    suggestions or comments may be sent to xerion@ai.toronto.edu.
  1490.  
  1491.    SNNS (Stuttgart Neural Network Simulator) is a software simulator for
  1492.    neural networks on Unix workstations developed at the Institute for
  1493.    Parallel and Distributed High Performance Systems (IPVR) at the
  1494.    University of Stuttgart. The SNNS simulator contains a simultor kernel
  1495.    written in ANSI C and a 2D/3D graphical user interface running under
  1496.    X11R4/X11R5. It runs under Sun Sparc (SLC, ELC, SS2, GX, GS), DECstation
  1497.    (2100, 3100, 5000/200), IBM RS 6000, HP 9000, and IBM-PC (386/486). SNNS
  1498.    includes the following learning procedures: backpropagation (online,
  1499.    batch, with momentum and flat spot elimin., time delay),
  1500.    counterpropagation, quickprop, backpercolation 1, and generalized radial
  1501.    basis functions (RBF), RProp, recurrent ART1, ART2 and ARTMAP, Cascade
  1502.    Correlation and Recurrent Cascade Correlation, Dynamic LVQ, and Time
  1503.    delay networks (TDNN). (Elman networks and some other network paradigms
  1504.    have already been implemented but are scheduled for a later release.)
  1505.    The SNNS simulator can be obtained via anonymous ftp from
  1506.    ftp.informatik.uni-stuttgart.de:/pub/SNNS/SNNSv2.1.tar.Z [129.69.211.2].
  1507.    The PostScript version of the user manual can be obtained as file
  1508.    SNNSv2.1.Manual.ps.Z.  To be added to the mailing list, send a message
  1509.    to listserv@informatik.uni-stuttgart.de with "subscribe snns <Your Full
  1510.    Name>" in the message body. Submissions may be sent to
  1511.    snns@informatik.uni-stuttgart.de. For further information, contact
  1512.    Andreas Zell, <zell@informatik.uni-stuttgart.de>.
  1513.  
  1514.    NEOCOGNITRON SIMULATOR
  1515.    The Neocognitron Simulator is written in C and is available by
  1516.    anonymous ftp from 
  1517.       tamsun.tamu.edu:/pub/neocognitron.tar.Z [128.194.15.32] 
  1518.       unix.hensa.ac.uk:/pub/uunet/pub/ai/neural/neocognitron.tar.Z
  1519.          [129.12.21.7]   
  1520.  
  1521.    PLANET (aka SunNet)
  1522.    Simulator that runs under X Windows. Written by Yoshiro Miyata
  1523.    <miyata@sccs.chukyo-u.ac.jp> of Chukyo University, Japan.
  1524.    Available by anonymous ftp from 
  1525.     tutserver.tut.ac.jp:/pub/misc/PlaNet5.7.tar.Z  [133.15.64.6]
  1526.     boulder.colorado.edu:/pub/generic-sources/PlaNet5.7.tar.Z [128.138.240.1]
  1527.    Includes documentation. 
  1528.  
  1529.    LVQ_PAK and SOM_PAK
  1530.    LVQ_PAK (Learning Vector Quantization) and SOM_PAK (Self-Organizing Maps)
  1531.    were written by the LVQ/SOM Programming Team of the Helsinki
  1532.    University of Technology, Laboratory of Computer and Information
  1533.    Science, Rakentajanaukio 2 C, SF-02150 Espoo, FINLAND. The PAKs
  1534.    run in Unix and MS-DOS systems. Available by anonymous ftp from
  1535.       cochlea.hut.fi:/pub/lvq_pak/ [130.233.168.48] 
  1536.       cochlea.hut.fi:/pub/som_pak/ 
  1537.  
  1538.    ToolDiag
  1539.    ToolDiag is a feature selection program that increases the accuracy of
  1540.    classifiers and reduces their complexity by providing them with a
  1541.    subset containing only the most relevant features. It has interfaces
  1542.    to LVQ_PAK and SNNS, and uses a data file format that is compatible
  1543.    with that of LVQ_PAK. The 2-d graphics can be displayed using the
  1544.    GNUPLOT plotting package. ToolDiag implements many concepts from
  1545.    Devijver and Kittler's book "Pattern Recognition -- A Statistical
  1546.    Approach" (Prentice Hall, 1982), including the optimal branch and
  1547.    bound search strategy, together with several different selection
  1548.    criteria. ToolDiag can also perform an error estimation using the
  1549.    leave-one-out method and a K-nearest-neighbor classifier. It also
  1550.    includes a learning module (Q*) that has the same functionality as
  1551.    LVQ. ToolDiag cannot handle missing values and requires continuous or
  1552.    ordered discrete numerical features. ToolDiag is implemented in C and
  1553.    documentation and source code are available by anonymous ftp from 
  1554.       ftp.fct.unl.pt:/pub/di/packages
  1555.    For more information, contact Thomas Rauber <tr@fct.unl.pt>.
  1556.  
  1557.    MACTIVATION
  1558.    ftp.cs.colorado.edu:/pub/cs/misc/   [128.138.243.151]
  1559.    as the file Mactivation-3.3.sea.hqx.          
  1560.  
  1561.    DartNet
  1562.    A Macintosh-based Neural Network Simulator with a nice graphical
  1563.    interface. Available by anonymous ftp from
  1564.       dartvax.dartmouth.edu:/pub/mac/dartnet.sit.hqx [129.170.16.4] 
  1565.    or by email from bharucha@dartmouth.edu.  New network architectures
  1566.    and learning algorithms can be added to the system by writing small
  1567.    XCMD-like CODE resources called nDEF's ("Network Definitions").  For
  1568.    more information, send email to Sean P. Nolan,
  1569.    <sean@coos.dartmouth.edu>. [As of 7/7/93, email bounced.]
  1570.  
  1571.    NevProp is a C implementation of general purpose backpropagation
  1572.    software, based on Quickprop 1.0 by Scott Fahlman, as translated from
  1573.    Common Lisp into C by Terry Regier. It runs on Unix, Macintosh, and
  1574.    DOS. The quickprop algorithm itself has not changed substantially, but
  1575.    it now includes options to force gradient descent (per-epoch or
  1576.    per-pattern), generalization & stopped training, c index, and interface 
  1577.    enhancements. It is available by anonymous ftp from 
  1578.       unssun.scs.unr.edu:/pub/goodman/nevpropdir/ [134.197.10.128]
  1579.    as the file npxxx.shar (replace xxx with the version number) or
  1580.    from the CMU Simulator Collection. For further information, contact
  1581.    Phil Goodman <goodman@unr.edu>. 
  1582.  
  1583.    TCS (Tasmanian Connectionist Simulator) is a neural network
  1584.    simulation package written in Borland C++ for Windows available by
  1585.    anonymous ftp from 
  1586.      ftp.psychol.utas.edu.au:/pub/tcs [131.217.35.98]
  1587.    For further information, write to Zoltan Schreter Dept. Psychology
  1588.    University of Tasmania Hobart, Tasmania AUSTRALIA,
  1589.    <zoltan@psychnet.psychol.utas.edu.au>.
  1590.  
  1591.    The HYPERPLANE ANIMATOR is a program that allows convenient graphical
  1592.    display of the training data and weights in a back-propagation neural
  1593.    network.  As learning progresses and the weights in a neural net
  1594.    alter, the hyperplane positions move.  At the end of the training they
  1595.    are in positions that roughly divide training data into partitions,
  1596.    each of which contains only one class of data.  Observations of
  1597.    hyperplane movement can yield valuable insights into neural network
  1598.    learning.  The Animator, developed by Lori Pratt and Steve Nicodemus
  1599.    of the Colorado School of Mines, uses the Motif toolkit on an IBM
  1600.    RS6000 with X-Windows.  The system currently animates only hyperplanes
  1601.    representing input-to-hidden weights.  The animator is available by
  1602.    anonymous ftp from
  1603.       mines.colorado.edu:/pub/software/hyperplane-animator/ [138.67.1.3]
  1604.    as the file hyperplane-animator.tar. An openwindows version of the
  1605.    animator is available by anonymous ftp from
  1606.        cs.rutgers.edu:/pub/hyperplane.animator
  1607.    For more information, write to lpratt@mines.colorado.edu.
  1608.  
  1609.    SUZY is a simple neural net classifier system for PCs written in C++
  1610.    and Turbo Vision. RBFs are used to implement the classifier system
  1611.    with a class-based algorithm being applied to find the centres and
  1612.    radii of the RBS units. The program is not intended for any serious
  1613.    applications and is quite slow, but may be of interest to some people.
  1614.    It is available by anonymous ftp from
  1615.       rhino.cis.vutbr.cz:/pub/software/ai/suzy.tar.Z [147.229.3.10]
  1616.    For further information, contact tgrove@psycho.fme.vutbr.cz.
  1617.  
  1618.    MBP (Matrix Back Propagation) is an efficient implementation of the
  1619.    back-propagation algorithm for current-generation workstations.  The
  1620.    algorithm includes a per-epoch adaptive technique for gradient
  1621.    descent.  All the computations are done through matrix multiplications
  1622.    and make use of highly optimized C code. The goal is to reach almost
  1623.    peak-performances on RISCs with superscalar capabilities and fast
  1624.    caches.  On some machines (and with large networks) a 30-40x speed-up
  1625.    can be measured respect to conventional implementations.  
  1626.    The software is available by anonymous ftp from
  1627.       risc6000.dibe.unige.it:/pub/ [130.251.89.154]
  1628.    as MBPv1.1.tar.Z (unix version) and MBPv11.zip (DOS version).  The
  1629.    documentation is included in the distribution as the postscript file
  1630.    mbpv11.ps. For more information, contact Davide Anguita
  1631.    <anguita@dibe.unige.it> or <anguita@icsi.berkeley.edu>.
  1632.  
  1633.    THE BRAIN is a neural network (backpropagation) simulator for MSDOS
  1634.    systems. It is simple enough to be used by non-technical people,
  1635.    yet sophisticated enough for serious research work. It is available
  1636.    by anonymous ftp from 
  1637.      ftp.technion.ac.il:/pub/unsupported/dos/local/     [132.68.1.10]
  1638.      ftp.tu.clausthal.de:/pub/msdos/misc/               [139.174.2.10]
  1639.    as the file brain12.zip. For more information, write to
  1640.    David Perkovic <dpc@mep.com> or <perkovic@cleese.apana.org.au>.
  1641.    PO Box 712, Noarlunga Center SA 5168, Australia.
  1642.  
  1643. Neural Systems (Biological Simulation):
  1644.  
  1645.    BIOSIM is a biologically-oriented neural network simulator.  It
  1646.    implements four neuron models: a simple model only switching ion
  1647.    channels on and off, the original Hodgkin-Huxley model, the SWIM model
  1648.    (a modified HH model) and the Golowasch-Buchholz model (the most
  1649.    enhanced model). Dendrites consist of a chain of segments without
  1650.    bifurcation.  It is in the public domain and runs on Unix workstations
  1651.    (a less-powerful PC version is also available). BIOSIM includes a
  1652.    graphical user interface and was designed for research and teaching.
  1653.    It is available by anonymous ftp from
  1654.       ftp.uni-kl.de:/pub/bio/neurobio [131.246.9.95]
  1655.    For more information, write to Stefan Bergdoll <bergdoll@zxa.basf-ag.de>.
  1656.  
  1657.    GENESIS (GEneral NEural SImulation System) is a general purpose
  1658.    simulation platform which supports the simulation of neural systems
  1659.    ranging from complex models of single neurons to simulations of large
  1660.    networks made up of more abstract neuronal components.  Most current
  1661.    GENESIS applications involve realistic simulations of biological
  1662.    neural systems.  Although the software can also model more abstract
  1663.    networks, other simulators are more suitable for backpropagation and
  1664.    similar connectionist modeling.  GENESIS and its graphical front-end
  1665.    XODUS are written in C and run on SUN and DEC graphics work stations
  1666.    under UNIX (Sun version 4.0 and up, Ultrix 3.1, 4.0 and up), and
  1667.    X-windows (versions X11R3, X11R4, and X11R5).  The current version of
  1668.    GENESIS has also been used with Silicon Graphics (Irix 4.0.1 and up)
  1669.    and the HP 700 series (HPUX).  The distribution includes full source
  1670.    code and documentation for both GENESIS and XODUS as well as fourteen
  1671.    demonstration and tutorial simulations.  Documentation for these
  1672.    simulations is included, along with three papers that describe the
  1673.    general organization of the simulator.  GENESIS is available by
  1674.    anonymous ftp from genesis.cns.caltech.edu (131.215.137.64). Before
  1675.    using ftp, you must telnet to genesis.cns.caltech.edu and login as the
  1676.    user "genesis" (no password required) to register.  If you answer all
  1677.    the questions asked of you an 'ftp' account will automatically be
  1678.    created for you.  You can then 'ftp' back to the machine and download
  1679.    the software.  Further inquiries concerning GENESIS may be addressed
  1680.    to genesis@cns.caltech.edu.
  1681.  
  1682. Probabilistic Reasoning:
  1683.  
  1684.    BELIEF is a Common Lisp implementation of the Dempster and Kong fusion
  1685.    and propagation algorithm for Graphical Belief Function Models and the
  1686.    Lauritzen and Spiegelhalter algorithm for Graphical Probabilistic
  1687.    Models. It includes code for manipulating graphical belief models such
  1688.    as Bayes Nets and Relevance Diagrams (a subset of Influence Diagrams)
  1689.    using both belief functions and probabilities as basic representations
  1690.    of uncertainty. It is available by anonymous ftp from
  1691.       ftp.stat.washington.edu [128.95.17.34]
  1692.    and by email from the author, Russell Almond <almond@stat.washington.edu>.
  1693.    Contact the author at almond@statsci.com for information about a
  1694.    commercial version GRAPHICAL-BELIEF currently in the prototype stages.
  1695.  
  1696.    IDEAL is a LISP system developed for building and evaluating influence
  1697.    diagrams and Bayesian networks.  It is accompanied with a graphical
  1698.    user interface (CLIM-based) for constructing, editing, and solving
  1699.    belief networks and influence diagrams. For more information, write
  1700.    to srinivas@rpal.rockwell.com.
  1701.  
  1702. Planning:
  1703.  
  1704.    NONLIN   -- cs.umd.edu:/pub/nonlin (128.8.128.8)
  1705.                Contact: nonlin-users-request@cs.umd.edu
  1706.                         nonlin-bugs@cs.umd.edu
  1707.  
  1708.    ABTWEAK is a complete hierarchical, non-linear planner that extends
  1709.    David Chapman's (MIT 1986) TWEAK planner as described by 
  1710.    Yang (Waterloo) and Tenenberg (Rochester) in 1989.  This implementation
  1711.    includes a complete search strategy suited to abstraction hierarchies
  1712.    known as LEFT-WEDGE (Woods 1991). This planner and related work 
  1713.    predates that of SNLP. ABTWEAK is available by anonymous ftp from
  1714.       logos.uwaterloo.ca:/pub/abtweak/Abtweak.tar.Z
  1715.    For more information, send mail to Qiang Yang <qyang@logos.uwaterloo.ca>.
  1716.    Also, source, all related papers, and manuals are available via WWW
  1717.    at the home page of Steve Woods <sgwoods@logos.uwaterloo.ca>,
  1718.    on URL http://logos.uwaterloo.ca/students/sgwoods/sgwoods.html, or via the
  1719.    Logic Programming and Artificial Intelligence Group (LPAIG) page
  1720.    on URL http://logos.uwaterloo.ca/.
  1721.  
  1722.    RHETORICAL -- cs.rochester.edu:/pub/knowledge-tools
  1723.                Contact: Brad Miller <miller@cs.rochester.edu>
  1724.  
  1725.    SNLP     -- cs.washington.edu:/pub/snlp.tar.Z
  1726.                Contact: weld@cs.washington.edu
  1727.                Nonlinear planner.
  1728.  
  1729.    IDM      -- sauquoit.gsfc.nasa.gov (128.183.101.29)
  1730.                Contact: idm-users@chelmsford.gsfc.nasa.gov
  1731.                STRIPS-like planning.
  1732.  
  1733.    PRODIGY  -- Contact: prodigy@cs.cmu.edu
  1734.                Integrated Planning and Learning System
  1735.  
  1736.    SOAR     -- ftp.cs.cmu.edu:
  1737.                  /afs/cs.cmu.edu/project/soar/public/Soar5/ -- Lisp Version
  1738.                  /afs/cs.cmu.edu/project/soar/public/Soar6/ -- C Version
  1739.                Contact: soar-request@cs.cmu.edu
  1740.                Integrated Agent Architecture. 
  1741.                Supports learning through chunking.
  1742.  
  1743. ----------------------------------------------------------------
  1744. ;;; *EOF*
  1745.